Skip to content

Commit

Permalink
Merge pull request #88 from lchsiteam/fix-fix-error
Browse files Browse the repository at this point in the history
Update vueScript.js
  • Loading branch information
lciteam authored Oct 27, 2023
2 parents 8349566 + bb74628 commit 387604b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vueScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ periodListComponent.listPeriod.forEach((p) => {
});

console.log("Hello, things are broken.");
localStorage.remove("isExtension");
localStorage.remove("changelog");
if("numberOfClicks" in localStorage.settings) localStorage.remove("settings");
localStorage.removeItem("isExtension");
localStorage.removeItem("changelog");
if("numberOfClicks" in localStorage.settings) localStorage.removeItem("settings");

// Petite Vue interface
PetiteVue.createApp({
Expand Down

0 comments on commit 387604b

Please sign in to comment.