Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyArtist committed Dec 10, 2024
1 parent f31004b commit 743dd3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,5 @@ function getHelpPage() {

// Listen for hashchange events
window.addEventListener('hashchange', loadPage);
window.addEventListener('load', loadPage);
window.addEventListener('load', loadPage);
window.addEventListener('popstate', loadPage);

0 comments on commit 743dd3c

Please sign in to comment.