Improved error message #203
This commit is contained in:
parent
846b16c70a
commit
af59d02362
@ -126,7 +126,7 @@ upload = {
|
|||||||
.html("Error")
|
.html("Error")
|
||||||
.addClass("error");
|
.addClass("error");
|
||||||
$(".upload_message .rows .row:nth-child(" + (file.num+1) + ") p.notice")
|
$(".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();
|
.show();
|
||||||
|
|
||||||
// Set global error
|
// Set global error
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user