var cmd = command;
var asynci = async;
var timei = time;
-
+
xmlhttp.onreadystatechange = function() {
if(xmlhttp.readyState == 4 && xmlhttp.status==200) {
//if(cb)
cb(time);
}
}
+ if(document.getElementById("debugpane")){
+ document.getElementById("debugpane").classList.remove('loading');
+ }
}
xmlhttp.open("GET",command,async);
getdataprint('../xml-db/put.pl?'+e.target.parentNode.getAttribute("cstr")+'-'+'1','returntext',false,-1,refresh);
if ( parseInt(e.target.parentNode.getAttribute("raw")) == 1 )
getdataprint('../xml-db/put.pl?'+e.target.parentNode.getAttribute("cstr")+'-'+'0','returntext',false,-1,refresh);
+ if(document.getElementById("debugpane")){
+ document.getElementById("debugpane").classList.add('loading');
+ }
return;
}
var text = e.target.parentNode.getAttribute("cstr");