We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7753503 commit 55aa03eCopy full SHA for 55aa03e
docs/theme/static/js/gino.js
@@ -608,8 +608,6 @@ document.addEventListener('DOMContentLoaded', function () {
608
if (!hash) return;
609
var target = $('[id="' + hash + '"]');
610
if (target.length === 0) return;
611
- console.log(parseInt(target.offset().top))
612
- console.log(document.documentElement.scrollTop)
613
if (parseInt(target.offset().top) !== parseInt(document.documentElement.scrollTop))
614
return;
615
0 commit comments