Update call_center_active.php

This commit is contained in:
FusionPBX 2019-06-17 02:03:41 -06:00 committed by GitHub
parent eade7fc9f0
commit 5e767f1334
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}