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 /index.html | |
parent | 9d916579caef67be7e0c3862647d51b0aef6961d (diff) |
all: fix smoothscroll in safari6 with jquery plugin
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -588,6 +588,7 @@ <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> <script type="text/javascript"> |