for-pi2 #2
1 changed files with 1 additions and 1 deletions
|
@ -262,10 +262,10 @@ $(document).ready(async function() {
|
||||||
}, refresh);
|
}, refresh);
|
||||||
} else {
|
} else {
|
||||||
$('#zero-state').removeClass('d-none');
|
$('#zero-state').removeClass('d-none');
|
||||||
|
$('#popover').removeClass('popover');
|
||||||
$('#app-content').addClass('d-none');
|
$('#app-content').addClass('d-none');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
updateHashtagsOnPage(hashtagsArray);
|
updateHashtagsOnPage(hashtagsArray);
|
||||||
updateHashtagsInTitle(hashtagsArray);
|
updateHashtagsInTitle(hashtagsArray);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue