Software /
code /
prosody-modules
File
mod_conversejs/templates/template.js @ 4225:d6fb9f7afaa5
mod_log_ringbuffer: Discard old data when buffer is full
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 20 Oct 2020 15:34:29 +0100 |
parent | 4165:6b2a1c9ef6e2 |
child | 4227:13b065432bf2 |
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); }