Update the files in call center active.

This commit is contained in:
Mark Crane
2012-11-24 02:47:34 +00:00
parent bfd9756647
commit f50abd3005
4 changed files with 18 additions and 20 deletions
@@ -75,7 +75,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test
}
var requestTime = function() {
var url = 'v_call_center_active_inc.php?queue_name=<?php echo $queue_name; ?>';
var url = 'call_center_active_inc.php?queue_name=<?php echo $queue_name; ?>';
new loadXmlHttp(url, 'ajax_response');
<?php
if (strlen($_SESSION["ajax_refresh_rate"]) == 0) { $_SESSION["ajax_refresh_rate"] = "1777"; }