mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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) {
|
error: function (data) {
|
||||||
window.location.reload(true);
|
// window.location.reload(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue