Fix bug.
This commit is contained in:
parent
5017853a39
commit
bef53e78ca
|
@ -606,7 +606,7 @@ extendPanelWidget();
|
|||
});
|
||||
}
|
||||
init();
|
||||
if( $('div[data-pp="1000"]').text() !== ''){
|
||||
if( $('div[data-pp="1100"]').html().trim() !== ''){
|
||||
$('.black-screen').addClass('active');
|
||||
}
|
||||
$('.close-btn').click(function() {
|
||||
|
|
|
@ -38,7 +38,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 >
|
||||
|
|
Loading…
Reference in New Issue