Fixed a bug where "No public albums" won't disappear
This commit is contained in:
parent
a1b2d0a746
commit
c64698c26f
@ -168,7 +168,8 @@ var lychee = {
|
|||||||
var albumID = "",
|
var albumID = "",
|
||||||
photoID = "",
|
photoID = "",
|
||||||
hash = document.location.hash.replace("#", "").split("/");
|
hash = document.location.hash.replace("#", "").split("/");
|
||||||
|
|
||||||
|
$(".no_content").remove();
|
||||||
contextMenu.close();
|
contextMenu.close();
|
||||||
multiselect.close();
|
multiselect.close();
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user