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 05b30be commit c3d8084Copy full SHA for c3d8084
_includes/head.html
@@ -79,6 +79,7 @@
79
var href = $(this).attr("href");
80
var target = $(href == "#" || href == "" ? "html" : href);
81
var position = target.offset().top - headerHight;
82
+ consolo.log("click:" + target);
83
$("html, body").animate({ scrollTop: position }, 1000, "swing");
84
return false;
85
});
0 commit comments