Merge pull request #56 from cternes/bug-empty-album-archive
Fixed download empty archive bug
This commit is contained in:
commit
e8f1dd4ee5
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user