Fix bug
This commit is contained in:
parent
facfa49fc6
commit
e79c2d31fd
|
@ -626,7 +626,7 @@ extendPanelWidget();
|
|||
} else {
|
||||
$('.introtext').before($('.introimage'));
|
||||
}
|
||||
if( $('div[data-pp="2000"]').html().trim() !== ''){
|
||||
if( $('div[data-pp="2000"]').length != 0 && $('div[data-pp="2000"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
$('.close-btn').click(function() {
|
||||
|
|
Loading…
Reference in New Issue