diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-03-15 16:43:43 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-03-15 16:43:43 -0400 |
commit | d3a35fcc0bd775ccaf4d1e5b67c044b9fc263e9f (patch) | |
tree | 90b6a5db8f310db1af810e59dbaa6964fdd02979 /cyborg/index.html | |
parent | 9d916579caef67be7e0c3862647d51b0aef6961d (diff) |
all: fix smoothscroll in safari6 with jquery plugin
Diffstat (limited to 'cyborg/index.html')
-rwxr-xr-x | cyborg/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyborg/index.html b/cyborg/index.html index ca4e7c70..fa883190 100755 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -890,6 +890,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> + <script src="../js/jquery.smooth-scroll.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/bootswatch.js"></script> |