edit: except link button

This commit is contained in:
harukin 2019-01-22 16:59:45 +09:00
parent f0600d49a6
commit 649834c64f

View File

@ -101,7 +101,9 @@ $(document).ready(function() {
checkNotify(); checkNotify();
}, 10 * 1000); }, 10 * 1000);
//トップに戻る //トップに戻る
$("nav").click(function(e) { $("nav")
.not("a")
.click(function(e) {
$("body,html").animate( $("body,html").animate(
{ {
scrollTop: 0 scrollTop: 0