removal of some debug code for QC
git-svn-id: svn://192.168.202.10@3457 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -740,7 +740,7 @@ var timestamp=<?php echo $STARTtime; ?>;
|
|||||||
|
|
||||||
function StartRefresh()
|
function StartRefresh()
|
||||||
{
|
{
|
||||||
setInterval("CheckIfLeadUpdated()", 15000);
|
setInterval("CheckIfLeadUpdated()", 3000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function CheckIfLeadUpdated()
|
function CheckIfLeadUpdated()
|
||||||
@@ -769,7 +769,6 @@ function CheckIfLeadUpdated()
|
|||||||
xmlhttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded; charset=UTF-8');
|
xmlhttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded; charset=UTF-8');
|
||||||
xmlhttp.send(lead_query);
|
xmlhttp.send(lead_query);
|
||||||
xmlhttp.onreadystatechange = function() {
|
xmlhttp.onreadystatechange = function() {
|
||||||
alert(xmlhttp.readyState+" - "+xmlhttp.responseText);
|
|
||||||
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
|
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
|
||||||
QueryText = xmlhttp.responseText;
|
QueryText = xmlhttp.responseText;
|
||||||
var QueryText_array=QueryText.split("\n");
|
var QueryText_array=QueryText.split("\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user