Fix bug
This commit is contained in:
parent
18f1cf7f72
commit
746617888b
|
@ -608,7 +608,7 @@ extendPanelWidget();
|
||||||
})
|
})
|
||||||
|
|
||||||
init();
|
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');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
$('.close-btn').click(function() {
|
$('.close-btn').click(function() {
|
||||||
|
|
Loading…
Reference in New Issue