Fix bug.
This commit is contained in:
parent
8ac5f0afcf
commit
56d94ae16e
|
@ -320,7 +320,7 @@
|
|||
});
|
||||
}
|
||||
},lightBox:function(){
|
||||
if( $('div[data-pp="1000"]').text() !== ''){
|
||||
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue