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")
.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