.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ async function retrievePacketList() {
|
|||||||
let logout = $("<span>[x]</span>")
|
let logout = $("<span>[x]</span>")
|
||||||
logout.click(() => {
|
logout.click(() => {
|
||||||
user_db.user.clear().then(() => {
|
user_db.user.clear().then(() => {
|
||||||
location.reload();
|
window.location = window.location.pathname;
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user