Mercurial > prosody-modules
view mod_conversejs/template.js @ 3719:a6db99c1420a
mod_pubsub_post/README: Add an example of curl-ing Atom data
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 13 Oct 2019 23:09:32 +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); }
