diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-28 22:06:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-28 22:06:09 +0200 |
commit | d6152d809affb557fa0cec346eee3bc6e09922f4 (patch) | |
tree | 951c937ad904ba15d1212125c9c96d615773395f /view/js | |
parent | 31b5b06e42415ffaf98ca09ca8641ae64e67280f (diff) | |
download | volse-hubzilla-d6152d809affb557fa0cec346eee3bc6e09922f4.tar.gz volse-hubzilla-d6152d809affb557fa0cec346eee3bc6e09922f4.tar.bz2 volse-hubzilla-d6152d809affb557fa0cec346eee3bc6e09922f4.zip |
revert some changes in justified gallery
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index d1e61dc24..35944e13f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -743,7 +743,6 @@ function justifyPhotos() { $('#photo-album-contents').justifiedGallery({ margins: 3, border: 0, - ignoreElement: '#page-end', sizeRangeSuffixes: { 'lt100': '-2', 'lt240': '-2', |