This commit is contained in:
BoHung Chiu 2021-08-05 18:38:59 +08:00
parent 403b56515b
commit 9b17ec8c6f
1 changed files with 1 additions and 1 deletions

View File

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