Browse Source

Updated file format error

Tobias Reich 8 years ago
parent
commit
6d7917aa15
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/main.js
  2. 1 1
      src/scripts/upload.js

File diff suppressed because it is too large
+ 0 - 0
dist/main.js


+ 1 - 1
src/scripts/upload.js

@@ -281,7 +281,7 @@ upload.start = {
 
 				extension = data.link.split('.').pop();
 				if (extension!=='jpeg'&&extension!=='jpg'&&extension!=='png'&&extension!=='gif'&&extension!=='webp') {
-					loadingBar.show('error', 'The file format of this link is not supported.');
+					loadingBar.show('error', 'File format of link not supported.');
 					return false;
 				}
 

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