summaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/pjax.js2
1 files changed, 1 insertions, 1 deletions
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 () {