Fix bug.
This commit is contained in:
parent
0f7496355f
commit
48760774f6
|
@ -301,7 +301,7 @@
|
||||||
$('.navbar-toggle').click(function(){
|
$('.navbar-toggle').click(function(){
|
||||||
$('.navbar-expand-lg').toggleClass('width-controler')
|
$('.navbar-expand-lg').toggleClass('width-controler')
|
||||||
})
|
})
|
||||||
if( $('div[data-pp="1000"]').text() !== ''){
|
if( $('div[data-pp="1000"]').html().trim() !== ''){
|
||||||
$('.black-screen').addClass('active');
|
$('.black-screen').addClass('active');
|
||||||
}
|
}
|
||||||
$('.close-btn').click(function() {
|
$('.close-btn').click(function() {
|
||||||
|
|
Loading…
Reference in New Issue