Fix bug
This commit is contained in:
parent
8d1d1b9e92
commit
da6173a319
|
@ -401,7 +401,7 @@
|
|||
$('.background').css('z-index','-1');
|
||||
};
|
||||
init();
|
||||
if( $('div[data-pp="1100"]').html() !== ''){
|
||||
if( $('div[data-pp="1100"]').length != 0 && $('div[data-pp="1100"]').html() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
$('.close-btn').click(function() {
|
||||
|
|
Loading…
Reference in New Issue