From a8e6470f8490732af9635200fd1bf166e9f9c101 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 22 Jan 2019 17:13:16 +0900 Subject: [PATCH] test again --- view/theme/plusfuture/js/plusfuture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/js/plusfuture.js b/view/theme/plusfuture/js/plusfuture.js index c6382ea..2824357 100644 --- a/view/theme/plusfuture/js/plusfuture.js +++ b/view/theme/plusfuture/js/plusfuture.js @@ -101,7 +101,7 @@ $(document).ready(function() { checkNotify(); }, 10 * 1000); //トップに戻る - $("nav:not(a)").click(function(e) { + $("nav:not(.href)").click(function(e) { $("body,html").animate( { scrollTop: 0