This commit is contained in:
BoHung Chiu 2021-08-06 11:32:12 +08:00
parent 4ce80e2c40
commit b8c51d2ef2
1 changed files with 1 additions and 1 deletions

View File

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