This commit is contained in:
Zef Hemel
2023-07-14 12:15:10 +02:00
parent 430792834e
commit 87b0e7e352
10 changed files with 77 additions and 18 deletions
-3
View File
@@ -62,9 +62,6 @@
<script>
function resetAll() {
// Reset local storage username
localStorage.removeItem("username");
if (indexedDB.databases) {
// get a list of all existing IndexedDB databases
indexedDB.databases().then((databases) => {