From 4191190bf334492e8799d11dfda25142748b66bd Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sun, 5 Apr 2015 23:28:42 +0200 Subject: Several fixes for the album configuration --- js/galleryview.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/galleryview.js') diff --git a/js/galleryview.js b/js/galleryview.js index ad886e41..55a95336 100644 --- a/js/galleryview.js +++ b/js/galleryview.js @@ -103,6 +103,7 @@ Gallery.view.infoButtonSetup = function () { infoContentElement.css('max-height', $(window).height() - 150); var albumInfo = Gallery.albumConfig.getAlbumInfo(); if ($.isEmptyObject(albumInfo.description) && + $.isEmptyObject(albumInfo.descriptionLink) && $.isEmptyObject(albumInfo.copyright) && $.isEmptyObject(albumInfo.copyrightLink)) { infoButton.hide(); -- cgit v1.2.3