Browse Source

Merge branch 'master' of https://github.com/electerious/Lychee

Tobias Reich 10 years ago
parent
commit
89a721a222
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/js/modules/view.js

+ 2 - 1
assets/js/modules/view.js

@@ -59,7 +59,7 @@ view = {
 		},
 
 		mode: function(mode) {
-
+			
 			var albumID = album.getID();
 
 			switch (mode) {
@@ -72,6 +72,7 @@ view = {
 					lychee.header.removeClass("view");
 					$("#tools_albums, #tools_photo").hide();
 					$("#tools_album").show();
+					album.json.content === false ? $("#button_archive").hide() : $("#button_archive").show();
 					if (albumID==="s"||albumID==="f") {
 						$("#button_info_album, #button_trash_album, #button_share_album").hide();
 					} else if (albumID==="0") {