From 2fed632b5cd2c2419e5ae1d5943d9f966b2be38c Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 6 Mar 2016 20:35:00 +0100 Subject: [PATCH] Show content when navigation to albums --- src/scripts/lychee.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/lychee.js b/src/scripts/lychee.js index 78c4c53..0deb8e7 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -217,6 +217,7 @@ lychee.load = function() { // Show Albums if (visible.photo()) view.photo.hide() + lychee.content.show() albums.load() }