Browse Source

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

Tobias Reich 11 years ago
parent
commit
c64698c26f
2 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/js/lychee.js
  2. 0 0
      assets/min/main.js

+ 2 - 1
assets/js/lychee.js

@@ -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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff