This commit is contained in:
BoHung Chiu 2021-08-05 18:38:20 +08:00
parent 0f7496355f
commit 48760774f6
1 changed files with 1 additions and 1 deletions

View File

@ -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() {