mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-06-01 07:17:33 +08: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:
@@ -87,7 +87,7 @@
|
||||
|
||||
/** 暴露给模板内 onclick/onchange 调用的导航函数 */
|
||||
window.go = function (url) {
|
||||
$.pjax({ url: url, ...PJAX_OPTS });
|
||||
$.pjax($.extend({ url: url }, PJAX_OPTS));
|
||||
};
|
||||
|
||||
// ========== 初始化 ==========
|
||||
|
||||
Reference in New Issue
Block a user