feature: 增加 tags 標簽外掛 - label

improvement: 優化 pjax 下 404 頁面
This commit is contained in:
Jerry
2021-04-25 22:08:07 +08:00
parent 597f0d2019
commit aa7173fc69
12 changed files with 90 additions and 75 deletions

View File

@@ -86,10 +86,6 @@ script.
document.addEventListener('pjax:error', (e) => {
if (e.request.status === 404) {
if (!{theme.anchor}) {
location.hash && e.request.responseURL !== location.href ? pjax.loadUrl(location.href) : pjax.loadUrl('/404.html')
return
}
pjax.loadUrl('/404.html')
}
})