This commit is contained in:
Ross
2021-12-12 18:13:33 +00:00
parent 2ece556666
commit 04603a2a52
+1 -1
View File
@@ -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()
} }
}, },
}) })