diff options
| author | mayx <mayx@outlook.com> | 2026-05-31 16:00:35 +0000 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-31 16:00:35 +0000 |
| commit | 71d493c2a8126c04267526081663272d623598d3 (patch) | |
| tree | a408250703a5410e19b9986ffb5c6fc722fbb0b2 /assets/js | |
| parent | 156f964333ea9ca4d00d98f3c831ef05fe0b8d46 (diff) | |
Update 4 files
- /_data/other_repo_list.csv
- /_posts/2026-06-01-dedupe.md
- /assets/js/pjax.js
- /index.html
Diffstat (limited to 'assets/js')
| -rw-r--r-- | assets/js/pjax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/pjax.js b/assets/js/pjax.js index 8f84322..c3f5883 100644 --- a/assets/js/pjax.js +++ b/assets/js/pjax.js @@ -87,7 +87,7 @@ /** 暴露给模板内 onclick/onchange 调用的导航函数 */ window.go = function (url) { - $.pjax({ url: url, ...PJAX_OPTS }); + $.pjax($.extend({ url: url }, PJAX_OPTS)); }; // ========== 初始化 ========== |
