Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedith Mulongo committed Jul 8, 2024
1 parent fd5ee15 commit 9523138
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions version_checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function saveToLocalstorage() {

function getLocalVersion() {
const version = localStorage.getItem("version");
return version
return version;
}

async function gatherData() {
Expand All @@ -38,6 +38,5 @@ window.addEventListener("versionchanged", function (e) {
alert("Unmacthed version. New UI version available!");
});


saveToLocalstorage()
saveToLocalstorage();
window.addEventListener("load", start);

0 comments on commit 9523138

Please sign in to comment.