Browse Source

Fixed a bug where photos were uploaded to the wrong album

Tobias Reich 11 years ago
parent
commit
bf7210de2a
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

@@ -63,7 +63,7 @@ upload = {
 				progress;
 
 			if (files.length<=0) return false;
-			if (albumID===false) albumID = 0;
+			if (albumID===false||visible.albums()===true) albumID = 0;
 
 			formData.append("function", "upload");
 			formData.append("albumID", albumID);

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