Skip to content

Commit 479d2fe

Browse files
authored
Fix missing pjax on Web Archive (#871)
1 parent db06a99 commit 479d2fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/js/pjax.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ document.addEventListener('pjax:success', () => {
4949
NexT.utils.updateSidebarPosition();
5050
}
5151
});
52+
53+
if (!window.pjax) window.pjax = pjax;

0 commit comments

Comments
 (0)