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