This commit is contained in:
BoHung Chiu 2021-08-05 18:38:45 +08:00
parent 0068dae969
commit 8d1d1b9e92
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@
$('.background').css('z-index','-1');
};
init();
if( $('div[data-pp="1000"]').text() !== ''){
if( $('div[data-pp="1100"]').html() !== ''){
$('.black-screen').addClass('active');
}
$('.close-btn').click(function() {

View File

@ -36,7 +36,7 @@
</div>
<div class="black-screen">
<div class="content">
<div data-pp='1000'></div>
<div data-pp='1100'></div>
<a href='javascript:;' class="close-btn" title="Close">
<i class="fa fa-times"></i><span style="display: none;">Close</span>
</a >