]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/js/site.js
features page added spyscoll to navigation
[ipfire.org.git] / static / js / site.js
index 93d0d12b2b59ad6a899c7dd1b7a89c5905d567d7..b1dbd48d383157bf50ce4695c63ffe1b62411e51 100644 (file)
@@ -1,10 +1,4 @@
-$(document).ready(function () {
-       $("#scrollto").click(function(e) {
-               e.preventDefault();
-           $('body').animate({
-               scrollTop: $("#features").offset().top -72
-           }, 1000);
-       });
+$(document).ready(function () {        
     $(window).scroll(function () {
         if ($(document).scrollTop() > 100) {
             $(".fixed-top").addClass("scrolled");