Disabled download scrolling.

This commit is contained in:
Sean Li 2015-07-21 15:42:52 -07:00
parent 04124d82a9
commit f2467f59a4
1 changed files with 2 additions and 2 deletions

View File

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