diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-01 18:51:47 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-01 18:51:47 -0700 |
commit | 54301a9ff518224309664cd8c2f23cba0d30cb2d (patch) | |
tree | dca8fa5cbee573d2fc2629f4e6f00eefb0606de1 /view/js/main.js | |
parent | 3f38e52caf5ba8d9d3b92ae8c9557276eab62596 (diff) | |
parent | e068bdc9d7ce0a0c9068727aa1111c849a8f3984 (diff) | |
download | volse-hubzilla-54301a9ff518224309664cd8c2f23cba0d30cb2d.tar.gz volse-hubzilla-54301a9ff518224309664cd8c2f23cba0d30cb2d.tar.bz2 volse-hubzilla-54301a9ff518224309664cd8c2f23cba0d30cb2d.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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: { |