.
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ async function retrievePacketList() {
|
|||||||
console.log(httpObj);
|
console.log(httpObj);
|
||||||
if (httpObj.status == 401 || httpObj.status == 404) {
|
if (httpObj.status == 401 || httpObj.status == 404) {
|
||||||
$.notify("Unable to login", "error");
|
$.notify("Unable to login", "error");
|
||||||
$("options-panel").show()
|
$("#options-panel").show()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user