Mercurial > prosody-modules
view mod_conversejs/template.js @ 3670:6a437d6eb69f
mod_muc_occupant_id: add TODO regarding MAM handling
| author | Maxime “pep” Buquet <pep@bouah.net> |
|---|---|
| date | Thu, 12 Sep 2019 01:16:26 +0200 |
| parents | 1921ae4449b8 |
| children |
line wrap: on
line source
if(typeof converse == 'undefined') { var div = document.createElement("div"); var noscript = document.getElementsByTagName("noscript")[0]; div.innerHTML = noscript.innerText; document.body.appendChild(div); } else { converse.initialize(%s); }
