mirror of https://github.com/docker/docs.git
Removed download scrolling code.
This commit is contained in:
parent
f2467f59a4
commit
82033f62e9
|
|
@ -67,12 +67,6 @@
|
|||
$('.download-link').attr('href', macDownloadLink);
|
||||
}
|
||||
|
||||
/*$('.download-link').click(function () {
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#documentation").offset().top
|
||||
}, 500);
|
||||
});*/
|
||||
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue