mirror of https://github.com/docker/docs.git
Disabled download scrolling.
This commit is contained in:
parent
04124d82a9
commit
f2467f59a4
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue