This commit is contained in:
BoHung Chiu 2021-08-06 11:31:55 +08:00
parent ec7f856bc2
commit 1817b412ba
1 changed files with 1 additions and 1 deletions

View File

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