Skip to content

Commit

Permalink
Fix thing
Browse files Browse the repository at this point in the history
  • Loading branch information
herronjo committed Nov 16, 2024
1 parent 1b62b0b commit 4814af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ window.addEventListener("load", function() {
}
});

if (sessionStorage.loadedBefore !== undefined) setLoggedinState(api.loggedIn);
setLoggedinState(api.loggedIn);
});

window.addEventListener("scroll", function() {
Expand Down

0 comments on commit 4814af3

Please sign in to comment.