Fixed a bug where "No public albums" won't disappear

This commit is contained in:
Tobias Reich 2014-05-30 21:07:15 +02:00
parent a1b2d0a746
commit c64698c26f
2 changed files with 3 additions and 2 deletions

View File

@ -168,7 +168,8 @@ var lychee = {
var albumID = "",
photoID = "",
hash = document.location.hash.replace("#", "").split("/");
$(".no_content").remove();
contextMenu.close();
multiselect.close();

File diff suppressed because one or more lines are too long