diff --git a/js/AliasCore.js b/js/AliasCore.js index 89042b5..822a25d 100644 --- a/js/AliasCore.js +++ b/js/AliasCore.js @@ -7,9 +7,11 @@ let curClass; function DEBUG_WipeChromeData() { if (confirm("Wipe extension data? This will forget all students saved.")) { chrome.storage.local.clear(function () { - console.log("deleted all") + console.log("deleted all"); + window.location.reload(); }); } + } function SaveDataLocal() {