Don’t reload the page if the API returns a 500

This commit is contained in:
snipe 2017-10-06 18:15:13 -07:00
parent 1dcff8d463
commit df4cb7d351

View file

@ -328,7 +328,7 @@
}); });
}, },
error: function (data) { error: function (data) {
window.location.reload(true); // window.location.reload(true);
} }
}); });