From b25a864ee3ee6e8e8cb7875bfcd1e71c98bb5d67 Mon Sep 17 00:00:00 2001 From: mayx Date: Fri, 22 May 2026 12:52:39 +0000 Subject: Update 3 files - /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss --- assets/js/pjax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js/pjax.js') diff --git a/assets/js/pjax.js b/assets/js/pjax.js index eafe723..358c67b 100644 --- a/assets/js/pjax.js +++ b/assets/js/pjax.js @@ -174,7 +174,7 @@ ':not([href$=".xml"]):not([href$=".json"]):not([href$=".tgz"]):not([href$=".zip"])' + ':not([href^="/Live2dHistoire"])'; $(document).pjax('a' + exclude, PJAX_OPTS.container, PJAX_OPTS); - $(document).on('submit', 'form', function (e) { + $(document).on('submit', 'form#search-input-all', function (e) { $.pjax.submit(e, PJAX_OPTS.container, PJAX_OPTS); }); $(document).on('pjax:send', function () { -- cgit