Update call_center_active.php
This commit is contained in:
parent
eade7fc9f0
commit
5e767f1334
|
|
@ -113,7 +113,7 @@
|
|||
else {// code for IE6, IE5
|
||||
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
|
||||
}
|
||||
xmlhttp.open("GET",url,false);
|
||||
xmlhttp.open("GET", url, false);
|
||||
xmlhttp.send(null);
|
||||
//document.getElementById('cmd_response').innerHTML=xmlhttp.responseText;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue