diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-09-09 09:58:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-09-09 09:58:18 +0200 |
commit | 04a76371fcc7e68fe542ddc3998d6661fc56e550 (patch) | |
tree | 354ad51478f2759ac087953ef65009f6ed386d6a /view | |
parent | a90a0874b869071d370d8a65acc5d16231eb903d (diff) | |
download | volse-hubzilla-04a76371fcc7e68fe542ddc3998d6661fc56e550.tar.gz volse-hubzilla-04a76371fcc7e68fe542ddc3998d6661fc56e550.tar.bz2 volse-hubzilla-04a76371fcc7e68fe542ddc3998d6661fc56e550.zip |
update justifiedGallery 3.6.1 -> 3.6.3
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 627110c49..f415637bd 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -847,7 +847,7 @@ function pageUpdate() { function justifyPhotos(id) { justifiedGalleryActive = true; $('#' + id).justifiedGallery({ - selector: '> a, > div:not(.spinner, #page-end)', + selector: 'a, div:not(.spinner, #page-end)', margins: 3, border: 0, sizeRangeSuffixes: { |