should probably still lock autoload during image processing
This commit is contained in:
parent
3caee72aee
commit
df843925cf
@ -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) {
|
||||
|
Reference in New Issue
Block a user