Fix bug
This commit is contained in:
parent
ca6b7e734b
commit
df180f0886
|
@ -448,7 +448,7 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$(".w-ba-banner__wrap").height(300);
|
$(".w-ba-banner__wrap").height(300);
|
||||||
init();
|
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');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue