This commit is contained in:
BoHung Chiu 2021-08-05 18:43:14 +08:00
parent 8e8ddc135f
commit 89f405745d
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@
if( $('div[data-pp="1000"]').text() !== ''){
if( $('div[data-pp="1000"]').html().trim() !== ''){
$('.black-screen').addClass('active');
}