Skip to content

Commit

Permalink
please?
Browse files Browse the repository at this point in the history
  • Loading branch information
twnlink committed Aug 14, 2023
1 parent 512f976 commit c165ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ instead("clearTimeout", window, clearDelayHandler);

// If the app fails to load for any reason we simply reload the page.
setTimeout(() => {
if (document.getElementById("skeleton-logged-out")) window.location.reload();
if (!windowObject.store) window.location.reload();
}, 7000);

window.neptune = windowObject;

0 comments on commit c165ed8

Please sign in to comment.