Fix bug
This commit is contained in:
parent
9b17ec8c6f
commit
1362043ece
|
@ -626,7 +626,7 @@ extendPanelWidget();
|
||||||
} else {
|
} else {
|
||||||
$('.introtext').before($('.introimage'));
|
$('.introtext').before($('.introimage'));
|
||||||
}
|
}
|
||||||
if( $('div[data-pp="1000"]').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() {
|
||||||
|
|
Loading…
Reference in New Issue