Skip to content
Snippets Groups Projects
Verified Commit 3e88d92c authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: empty

parent ecb68ade
No related branches found
No related tags found
No related merge requests found
Pipeline #4654 passed
...@@ -54,6 +54,10 @@ export const SibChat = { ...@@ -54,6 +54,10 @@ export const SibChat = {
} // Else, not logged in on page load (even if not on chat) } // Else, not logged in on page load (even if not on chat)
}, },
empty() {
this.element.innerHTML = '';
},
async populate() { async populate() {
if(typeof converse_sib !== 'undefined') { if(typeof converse_sib !== 'undefined') {
await converse_sib.loaded_deferred; await converse_sib.loaded_deferred;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment