argh... this does not do what i thought it would...
This commit is contained in:
parent
022a69658f
commit
d5a0a7d213
@ -705,7 +705,6 @@ function updateConvItems(mode,data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function justifyPhotos(bParam_page) {
|
function justifyPhotos(bParam_page) {
|
||||||
loadingPage = true;
|
|
||||||
$('#photo-album-contents-' + bParam_page).justifiedGallery({
|
$('#photo-album-contents-' + bParam_page).justifiedGallery({
|
||||||
lastRow : 'nojustify',
|
lastRow : 'nojustify',
|
||||||
captions: true,
|
captions: true,
|
||||||
@ -719,7 +718,7 @@ function updateConvItems(mode,data) {
|
|||||||
'lt640': '',
|
'lt640': '',
|
||||||
'lt1024': ''
|
'lt1024': ''
|
||||||
}
|
}
|
||||||
}).on('jg.complete', function(e){ loadingPage = false; });
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function notify_popup_loader(notifyType) {
|
function notify_popup_loader(notifyType) {
|
||||||
|
Reference in New Issue
Block a user