mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix missing pjax on Web Archive (#871)
This commit is contained in:
parent
db06a99e7f
commit
479d2fe9c1
@ -49,3 +49,5 @@ document.addEventListener('pjax:success', () => {
|
|||||||
NexT.utils.updateSidebarPosition();
|
NexT.utils.updateSidebarPosition();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!window.pjax) window.pjax = pjax;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user