Fix bug.
This commit is contained in:
parent
dba38e58f5
commit
facfa49fc6
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue