Fix missing pjax on Web Archive (#871)

This commit is contained in:
where where 2025-03-01 22:39:14 +08:00 committed by GitHub
parent db06a99e7f
commit 479d2fe9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,3 +49,5 @@ document.addEventListener('pjax:success', () => {
NexT.utils.updateSidebarPosition();
}
});
if (!window.pjax) window.pjax = pjax;