Fix bug.
This commit is contained in:
parent
4db6916e27
commit
ca6b7e734b
|
@ -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"]').text() !== ''){
|
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||||
$('.black-screen').addClass('active');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue