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 c3d8084 commit fc406c6Copy full SHA for fc406c6
_includes/head.html
@@ -79,7 +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);
+ console.log("click:" + target);
83
$("html, body").animate({ scrollTop: position }, 1000, "swing");
84
return false;
85
});
0 commit comments