fix issue with startup form (covered by invisible popup)
This commit is contained in:
parent
4c527ec4c4
commit
63d5eafc01
1 changed files with 1 additions and 1 deletions
|
@ -262,10 +262,10 @@ $(document).ready(async function() {
|
|||
}, refresh);
|
||||
} else {
|
||||
$('#zero-state').removeClass('d-none');
|
||||
$('#popover').removeClass('popover');
|
||||
$('#app-content').addClass('d-none');
|
||||
}
|
||||
|
||||
|
||||
updateHashtagsOnPage(hashtagsArray);
|
||||
updateHashtagsInTitle(hashtagsArray);
|
||||
|
||||
|
|
Loading…
Reference in a new issue