Fix bug.
This commit is contained in:
parent
c5e7940a4c
commit
252da90626
|
@ -608,7 +608,7 @@ extendPanelWidget();
|
||||||
})
|
})
|
||||||
|
|
||||||
init();
|
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');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
$('.close-btn').click(function() {
|
$('.close-btn').click(function() {
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="black-screen">
|
<div class="black-screen">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div data-pp='1100'></div>
|
<div data-pp='1000'></div>
|
||||||
<a href='javascript:;' class="close-btn" title="Close">
|
<a href='javascript:;' class="close-btn" title="Close">
|
||||||
<i class="fa fa-times"></i><span style="display: none;">Close</span>
|
<i class="fa fa-times"></i><span style="display: none;">Close</span>
|
||||||
</a >
|
</a >
|
||||||
|
|
Loading…
Reference in New Issue