This commit is contained in:
BoHung Chiu 2021-08-06 11:32:11 +08:00
parent 8d1d1b9e92
commit da6173a319
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
$('.background').css('z-index','-1');
};
init();
if( $('div[data-pp="1100"]').html() !== ''){
if( $('div[data-pp="1100"]').length != 0 && $('div[data-pp="1100"]').html() !== ''){
$('.black-screen').addClass('active');
}
$('.close-btn').click(function() {