edit: except link button
This commit is contained in:
parent
f0600d49a6
commit
649834c64f
@ -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
|
||||||
|
Reference in New Issue
Block a user