Skip to content

Commit fc406c6

Browse files
committed
動作確認_07
1 parent c3d8084 commit fc406c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
var href = $(this).attr("href");
8080
var target = $(href == "#" || href == "" ? "html" : href);
8181
var position = target.offset().top - headerHight;
82-
consolo.log("click:" + target);
82+
console.log("click:" + target);
8383
$("html, body").animate({ scrollTop: position }, 1000, "swing");
8484
return false;
8585
});

0 commit comments

Comments
 (0)