This commit is contained in:
Ross
2021-12-12 18:09:26 +00:00
parent e5b6d61046
commit d34caacbae
+1
View File
@@ -140,6 +140,7 @@ async function retrievePacketList() {
}
},
error: function(httpObj, textStatus) {
console.log(httpObj);
if (httpObj.status == 401 || httpObj.status == 404) {
$.notify("Unable to login", "error");
}