Fix bug
This commit is contained in:
parent
89f405745d
commit
f9e5d3d827
|
@ -386,7 +386,7 @@
|
|||
|
||||
|
||||
|
||||
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||
if( $('div[data-pp="1000"]').length != 0 && $('div[data-pp="1000"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue