mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-06-20 20:26:02 +00:00
Update 4 files
- /_data/other_repo_list.csv - /_posts/2026-06-01-dedupe.md - /assets/js/pjax.js - /index.html
This commit is contained in:
parent
156f964333
commit
71d493c2a8
4 changed files with 231 additions and 22 deletions
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
/** 暴露给模板内 onclick/onchange 调用的导航函数 */
|
||||
window.go = function (url) {
|
||||
$.pjax({ url: url, ...PJAX_OPTS });
|
||||
$.pjax($.extend({ url: url }, PJAX_OPTS));
|
||||
};
|
||||
|
||||
// ========== 初始化 ==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue