Skip to content

Commit c3d8084

Browse files
committed
動作確認_06
1 parent 05b30be commit c3d8084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +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);
8283
$("html, body").animate({ scrollTop: position }, 1000, "swing");
8384
return false;
8485
});

0 commit comments

Comments
 (0)