Fix bug
This commit is contained in:
parent
9c9334ff79
commit
c5e7940a4c
|
@ -608,7 +608,7 @@ extendPanelWidget();
|
|||
})
|
||||
|
||||
init();
|
||||
if( $('div[data-pp="1100"]').html().trim() !== ''){
|
||||
if( $('div[data-pp="1100"]').length != 0 && $('div[data-pp="1100"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
$('.close-btn').click(function() {
|
||||
|
|
Loading…
Reference in New Issue