Improved error message #203
This commit is contained in:
parent
846b16c70a
commit
af59d02362
@ -126,7 +126,7 @@ upload = {
|
||||
.html("Error")
|
||||
.addClass("error");
|
||||
$(".upload_message .rows .row:nth-child(" + (file.num+1) + ") p.notice")
|
||||
.html("Server returned the status code " + xhr.status)
|
||||
.html("Server returned an unknown response. Please take a look at the console of your browser for further details.")
|
||||
.show();
|
||||
|
||||
// Set global error
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user