mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-24 13:53:55 +00:00
Update 3 files
- /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss
This commit is contained in:
parent
c5ad917d9e
commit
b25a864ee3
3 changed files with 16 additions and 4 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue