From 82033f62e993c93af1c73bfc2e0c6ddaa77a704c Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 21 Jul 2015 15:53:12 -0700 Subject: [PATCH] Removed download scrolling code. --- site/layouts/partials/footer.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 6032e93e02..ca8b2b5e3f 100755 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -67,12 +67,6 @@ $('.download-link').attr('href', macDownloadLink); } - /*$('.download-link').click(function () { - $('html, body').animate({ - scrollTop: $("#documentation").offset().top - }, 500); - });*/ - });