This commit is contained in:
Ross
2021-12-12 22:38:47 +00:00
parent 3695bc04a5
commit d6eff8ab96
+1 -1
View File
@@ -109,7 +109,7 @@ async function retrievePacketList() {
let logout = $("<span>[x]</span>")
logout.click(() => {
user_db.user.clear().then(() => {
location.reload();
window.location = window.location.pathname;
return;
});
})