From f2467f59a4c61a70a331708cd5a257e2f807fd2c Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 21 Jul 2015 15:42:52 -0700 Subject: [PATCH] Disabled download scrolling. --- site/layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 33fb801baa..6032e93e02 100755 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -67,11 +67,11 @@ $('.download-link').attr('href', macDownloadLink); } - $('.download-link').click(function () { + /*$('.download-link').click(function () { $('html, body').animate({ scrollTop: $("#documentation").offset().top }, 500); - }); + });*/ });