Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomPerson3465 authored Jan 21, 2024
1 parent ac35d83 commit a31b648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ if (user.autosave == true) {

function resetData() {
if (confirm("Are you sure you want to reset all data? This cannot be undone.")) {
localStorage.delete("user")
localStorage.removeItem("user")
location.reload()
}
}

0 comments on commit a31b648

Please sign in to comment.