debug upgrade error
This commit is contained in:
+4
-1
@@ -44,7 +44,10 @@ function retrievePacketList() {
|
||||
.fail(function () {
|
||||
$.getJSON("packets/packets.json", function (data) {
|
||||
loadPacketList(data);
|
||||
}).fail(function () {
|
||||
}).fail(function (jqXHR, textStatus, errorThrown) {
|
||||
console.log(jqXHR);
|
||||
console.log(textStatus);
|
||||
console.log(errorThrown);
|
||||
console.log("No packet list available");
|
||||
showLoginDialog();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user