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