Mercurial > prosody-modules
view mod_conversejs/template.js @ 3731:406b32b50457
mod_warn_legacy_tls: Log debug message for acceptable TLS versions
Easy to miss that the module is working as expected and that you're
testing with a non-deprecated TLS version.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Nov 2019 13:30:25 +0100 |
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); }