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