should probably still lock autoload during image processing

This commit is contained in:
marijus 2014-09-11 11:01:20 +02:00
parent 3caee72aee
commit df843925cf

View File

@ -705,6 +705,7 @@ function updateConvItems(mode,data) {
}
function justifyPhotos(bParam_page) {
loadingPage = true;
$('#photo-album-contents-' + bParam_page).justifiedGallery({
lastRow : 'nojustify',
captions: true,
@ -718,7 +719,7 @@ function updateConvItems(mode,data) {
'lt640': '',
'lt1024': ''
}
});
}).on('jg.complete', function(e){ loadingPage = false; });
}
function notify_popup_loader(notifyType) {