Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-26 20:19:06 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-26 20:19:06 +0300
commite6c6c47906f88956e89dd2dfa2525ec676020074 (patch)
tree47251bd19652e762c532ec22bfca2898a0ed2e5d /js/galleryview.js
parentd41a89d8730fb5c5d791cab88e5aef728f321e0f (diff)
Don't resize the breadcrumb on a totally empty gallery
Fixes #371 [ci skip]
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js2
1 files changed, 1 insertions, 1 deletions
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 || '';