mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-22 16:12:24 +00:00
Update 3 files
- /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user