Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko committed Sep 7, 2022
1 parent f3e8807 commit 95a11ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
var lastVersion = 0

if (localStorage.getItem("lastVersion" != null)) {
lastVersion = parseInt(localStorage.getItem("lastVersion")) || 0
lastVersion = parseInt(localStorage.getItem("lastVersion"))
}

localStorage.setItem("lastVersion", lastVersion)
Expand Down

0 comments on commit 95a11ea

Please sign in to comment.