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);
- });
+ });*/
});