diff options
-rw-r--r-- | view/js/main.js | 3 |
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) { |