Update the files in calls active.

This commit is contained in:
Mark Crane
2012-11-24 02:50:11 +00:00
parent f50abd3005
commit c2f1d8eb54
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test
}
var requestTime = function() {
var url = 'v_calls_active_inc.php?c=<?php echo trim($_REQUEST["c"]); ?>';
var url = 'calls_active_inc.php?c=<?php echo trim($_REQUEST["c"]); ?>';
new loadXmlHttp(url, 'ajax_reponse');
setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1500);
}