This commit is contained in:
BoHung Chiu 2021-08-05 18:38:34 +08:00
parent dba38e58f5
commit facfa49fc6
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ extendPanelWidget();
} else {
$('.introtext').before($('.introimage'));
}
if( $('div[data-pp="2000"]').text() !== ''){
if( $('div[data-pp="2000"]').html().trim() !== ''){
$('.black-screen').addClass('active');
}
$('.close-btn').click(function() {