diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-01 11:34:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-01 11:34:36 +0200 |
commit | 9c4e9f8759f3edfda96cb522f45df86cde5b3e63 (patch) | |
tree | 4e57de5530e58ad2e72434e186bf0f765aa9e77c /view/js/main.js | |
parent | 22cb09f537118f87c8e61cce51c0a35b9713e457 (diff) | |
download | volse-hubzilla-9c4e9f8759f3edfda96cb522f45df86cde5b3e63.tar.gz volse-hubzilla-9c4e9f8759f3edfda96cb522f45df86cde5b3e63.tar.bz2 volse-hubzilla-9c4e9f8759f3edfda96cb522f45df86cde5b3e63.zip |
update justifiedGallery to versio 3.6.0
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 698e2d79c..5fe778488 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -741,6 +741,7 @@ function pageUpdate() { function justifyPhotos() { justifiedGalleryActive = true; $('#photo-album-contents').justifiedGallery({ + selector: '> a, > div:not(.spinner, #page-end)', margins: 3, border: 0, sizeRangeSuffixes: { |