view mod_conversejs/template.js @ 3645:413ea67597d2

mod_http_muc_log: Make time based anchors from mod_muc_log_http work
author Kim Alvefur <zash@zash.se>
date Sat, 10 Aug 2019 14:19:48 +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);
}