Skip to content

Commit

Permalink
Fix missing pjax on Web Archive
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere authored Jan 7, 2025
1 parent 01bc42c commit 7893fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/js/pjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ document.addEventListener('pjax:success', () => {
NexT.utils.updateSidebarPosition();
}
});

if (!window.pjax) window.pjax = pjax;

0 comments on commit 7893fec

Please sign in to comment.