fix: larger timeout and facultative communities

This commit is contained in:
Jean-Baptiste Pasquier 2021-02-18 15:44:09 +01:00
parent 64b6744dfc
commit 1164f52ef2
2 changed files with 17 additions and 16 deletions

View File

@ -166,6 +166,7 @@ html(lang="en")
widget-logo='hubl-index-community-logo' widget-logo='hubl-index-community-logo'
widget-name='hubl-index-community-text' widget-name='hubl-index-community-text'
) )
if endpoints.get.communities
div.loader#hubl-index-community-selector-loader div.loader#hubl-index-community-selector-loader
div div
div div

View File

@ -2,4 +2,4 @@ setTimeout(() => {
if(document.querySelector('.loggedIn-loader').style.display != 'none') { if(document.querySelector('.loggedIn-loader').style.display != 'none') {
document.querySelector('#something-goes-wrong').removeAttribute('hidden') document.querySelector('#something-goes-wrong').removeAttribute('hidden')
} }
}, 5000); }, 10000);