test again
This commit is contained in:
parent
a2342170e0
commit
a8e6470f84
@ -101,7 +101,7 @@ $(document).ready(function() {
|
|||||||
checkNotify();
|
checkNotify();
|
||||||
}, 10 * 1000);
|
}, 10 * 1000);
|
||||||
//トップに戻る
|
//トップに戻る
|
||||||
$("nav:not(a)").click(function(e) {
|
$("nav:not(.href)").click(function(e) {
|
||||||
$("body,html").animate(
|
$("body,html").animate(
|
||||||
{
|
{
|
||||||
scrollTop: 0
|
scrollTop: 0
|
||||||
|
Reference in New Issue
Block a user