mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Use request statusText, as base for error window.
This commit is contained in:
parent
3530e788d4
commit
f36c618da9
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ class AjaxUI {
|
||||||
ajaxUI.hideProgressBar();
|
ajaxUI.hideProgressBar();
|
||||||
|
|
||||||
//Create error text
|
//Create error text
|
||||||
let title = "";
|
let title = request.statusText;
|
||||||
|
|
||||||
switch(request.status) {
|
switch(request.status) {
|
||||||
case 500:
|
case 500:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue