Skip to content

Commit

Permalink
- Edited index.html
Browse files Browse the repository at this point in the history
- Fixes and changes
  • Loading branch information
Koala3353 committed Apr 11, 2024
1 parent 5fd956b commit 00b0d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/logincheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function checkLoginStatus() {
}
}

if(document.readyState !== 'loading') {
if(document.readyState === 'complete') {
checkLoginStatus();
} else {
window.addEventListener("DOMContentLoaded", checkLoginStatus);
Expand Down

0 comments on commit 00b0d32

Please sign in to comment.