1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 07:31:50 +00:00
- /_layouts/default.html
- /assets/js/pjax.js
- /assets/css/style.scss
هذا الالتزام موجود في:
mayx
2026-05-22 12:52:39 +00:00
الأصل c5ad917d9e
التزام b25a864ee3
3 ملفات معدلة مع 16 إضافات و4 حذوفات

عرض الملف

@@ -190,4 +190,16 @@ td.h-entry {
td.h-entry:hover {
background: #f9f9f9;
}
}
body.pjax-loading::after {
content: '';
position: fixed;
top: 16px;
right: 16px;
width: 20px;
height: 20px;
background: url('/images/loading.svg') center / contain no-repeat;
z-index: 9999;
pointer-events: none;
}

عرض الملف

@@ -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 () {