This commit is contained in:
BoHung Chiu 2021-08-05 18:41:55 +08:00
parent a190fc5ff5
commit 752b7a6c98
1 changed files with 1 additions and 1 deletions

View File

@ -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() {