This commit is contained in:
BoHung Chiu 2021-08-05 18:42:50 +08:00
parent 30ebe2d493
commit 276661ec52
1 changed files with 1 additions and 1 deletions

View File

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