Fix bug
This commit is contained in:
parent
ca6b7e734b
commit
df180f0886
|
@ -448,7 +448,7 @@
|
|||
$(document).ready(function() {
|
||||
$(".w-ba-banner__wrap").height(300);
|
||||
init();
|
||||
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