Fix bug.
This commit is contained in:
parent
30ebe2d493
commit
276661ec52
|
@ -617,7 +617,7 @@ extendPanelWidget();
|
|||
})
|
||||
|
||||
init();
|
||||
if( $('div[data-pp="1000"]').text() !== ''){
|
||||
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
$('.close-btn').click(function() {
|
||||
|
|
Loading…
Reference in New Issue