mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Don’t reload the page if the API returns a 500
This commit is contained in:
parent
1dcff8d463
commit
df4cb7d351
|
@ -328,7 +328,7 @@
|
|||
});
|
||||
},
|
||||
error: function (data) {
|
||||
window.location.reload(true);
|
||||
// window.location.reload(true);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue