aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-13 16:33:20 +0200
committermarijus <mario@mariovavti.com>2014-09-13 16:33:20 +0200
commitdfc8430c8a5d1fcfedfc2b818500ae2ffd41515d (patch)
tree3c2fac6ebaacbd1d03a1a86f34dc5a2ce3c3960b /library
parent415be292613a83ce2d133e080e2f164d575ca5c7 (diff)
downloadvolse-hubzilla-dfc8430c8a5d1fcfedfc2b818500ae2ffd41515d.tar.gz
volse-hubzilla-dfc8430c8a5d1fcfedfc2b818500ae2ffd41515d.tar.bz2
volse-hubzilla-dfc8430c8a5d1fcfedfc2b818500ae2ffd41515d.zip
cleanup after recent changes in mod photos
Diffstat (limited to 'library')
-rw-r--r--library/justifiedGallery/dist/js/jquery.justifiedGallery.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/justifiedGallery/dist/js/jquery.justifiedGallery.js b/library/justifiedGallery/dist/js/jquery.justifiedGallery.js
index 2c3eee11b..9b5c66081 100644
--- a/library/justifiedGallery/dist/js/jquery.justifiedGallery.js
+++ b/library/justifiedGallery/dist/js/jquery.justifiedGallery.js
@@ -444,6 +444,7 @@
}
return this.each(function (index, gallery) {
+
var $gallery = $(gallery);
$gallery.addClass('justified-gallery');
@@ -492,14 +493,13 @@
} else if (arg === 'norewind') {
// In this case we don't rewind, and analyze all the images
} else {
- //redmatrix - this makes the gallery jump back to top after new content is loaded
context.settings = $.extend({}, context.settings, arg);
rewind(context);
}
checkSettings(context);
- context.entries = $gallery.find('> a').toArray();
+ context.entries = $gallery.find('> a, > div').toArray();
if (context.entries.length === 0) return;
// Randomize
@@ -533,6 +533,7 @@
//DEBUG// console.log('listed ' + $image.attr('alt'));
imagesToLoad = true;
+
// Spinner start
if (context.spinner.active === false) {
context.spinner.active = true;