This commit is contained in:
BoHung Chiu 2021-08-06 11:32:07 +08:00
parent 89f405745d
commit f9e5d3d827
1 changed files with 1 additions and 1 deletions

View File

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