Improved error message #203

This commit is contained in:
Tobias Reich 2014-08-17 18:55:51 +02:00
parent 846b16c70a
commit af59d02362
2 changed files with 3 additions and 3 deletions

View File

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