From e6c6c47906f88956e89dd2dfa2525ec676020074 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sat, 26 Sep 2015 19:19:06 +0200 Subject: Don't resize the breadcrumb on a totally empty gallery Fixes #371 [ci skip] --- js/galleryview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/galleryview.js') diff --git a/js/galleryview.js b/js/galleryview.js index 43f6c7ec..572125fc 100644 --- a/js/galleryview.js +++ b/js/galleryview.js @@ -79,7 +79,7 @@ /** * Sets up the controls and starts loading the gallery rows * - * @param {string} albumPath + * @param {string|null} albumPath */ viewAlbum: function (albumPath) { albumPath = albumPath || ''; -- cgit v1.2.3