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