mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Use request statusText, as base for error window.
This commit is contained in:
@@ -380,7 +380,7 @@ class AjaxUI {
|
||||
ajaxUI.hideProgressBar();
|
||||
|
||||
//Create error text
|
||||
let title = "";
|
||||
let title = request.statusText;
|
||||
|
||||
switch(request.status) {
|
||||
case 500:
|
||||
|
||||
Reference in New Issue
Block a user