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