Commit a205e2d5 by o.kimura

課題92対応

parent fba90e4f
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
var anchor = lochref.slice(lochref.indexOf('#')); var anchor = lochref.slice(lochref.indexOf('#'));
window.setTimeout(function() { window.setTimeout(function() {
$('body, html').animate({ $('body, html').animate({
scrollTop: $(anchor).offset().top; scrollTop: $(anchor).offset().top
}, 500); }, 500);
}, 500); }, 500);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment