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