Use request statusText, as base for error window.

This commit is contained in:
Jan Böhmer 2020-05-27 23:08:59 +02:00
parent 3530e788d4
commit f36c618da9

View file

@ -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: