Browse Source

Improved error message #203

Tobias Reich 10 years ago
parent
commit
af59d02362
2 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/upload.js
  2. 0 0
      assets/min/main.js

+ 1 - 1
assets/js/upload.js

@@ -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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff