This commit is contained in:
BoHung Chiu 2021-08-06 11:36:32 +08:00
parent c5e7940a4c
commit 252da90626
2 changed files with 2 additions and 2 deletions

View File

@ -608,7 +608,7 @@ extendPanelWidget();
})
init();
if( $('div[data-pp="1100"]').length != 0 && $('div[data-pp="1100"]').html().trim() !== ''){
if( $('div[data-pp="1000"]').length != 0 && $('div[data-pp="1000"]').html().trim() !== ''){
$('.black-screen').addClass('active');
}
$('.close-btn').click(function() {

View File

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