Removed download scrolling code.

This commit is contained in:
Sean Li 2015-07-21 15:53:12 -07:00
parent f2467f59a4
commit 82033f62e9
1 changed files with 0 additions and 6 deletions

View File

@ -67,12 +67,6 @@
$('.download-link').attr('href', macDownloadLink);
}
/*$('.download-link').click(function () {
$('html, body').animate({
scrollTop: $("#documentation").offset().top
}, 500);
});*/
});
</script>
</body>