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