Browse Source

Show content when navigation to albums

Tobias Reich 8 years ago
parent
commit
2fed632b5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scripts/lychee.js

+ 1 - 0
src/scripts/lychee.js

@@ -217,6 +217,7 @@ lychee.load = function() {
 
 		// Show Albums
 		if (visible.photo()) view.photo.hide()
+		lychee.content.show()
 		albums.load()
 
 	}