Fix bug.
This commit is contained in:
parent
30c83fac27
commit
b979ef4d9e
|
@ -476,7 +476,7 @@
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
init();
|
init();
|
||||||
if( $('div[data-pp="1000"]').text() !== ''){
|
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||||
$('.black-screen').addClass('active');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
$('.close-btn').click(function() {
|
$('.close-btn').click(function() {
|
||||||
|
|
Loading…
Reference in New Issue