aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-11 11:14:12 +0200
committermarijus <mario@mariovavti.com>2014-09-11 11:14:12 +0200
commitd5a0a7d213d53d620649fddea06f6615525ef193 (patch)
tree311afb757625dcdb813bda529fb4eb86791e1701
parent022a69658f052558229f19111b7c12b2c951ebe7 (diff)
downloadvolse-hubzilla-d5a0a7d213d53d620649fddea06f6615525ef193.tar.gz
volse-hubzilla-d5a0a7d213d53d620649fddea06f6615525ef193.tar.bz2
volse-hubzilla-d5a0a7d213d53d620649fddea06f6615525ef193.zip
argh... this does not do what i thought it would...
-rw-r--r--view/js/main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 2e5d3166a..e263fd116 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -705,7 +705,6 @@ function updateConvItems(mode,data) {
}
function justifyPhotos(bParam_page) {
- loadingPage = true;
$('#photo-album-contents-' + bParam_page).justifiedGallery({
lastRow : 'nojustify',
captions: true,
@@ -719,7 +718,7 @@ function updateConvItems(mode,data) {
'lt640': '',
'lt1024': ''
}
- }).on('jg.complete', function(e){ loadingPage = false; });
+ });
}
function notify_popup_loader(notifyType) {