Update the links to the file names that have changed.

This commit is contained in:
Mark Crane
2012-09-13 08:17:15 +00:00
parent ac2b020581
commit 9009ed0fbd
4 changed files with 18 additions and 18 deletions
@@ -71,7 +71,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test
}
var requestTime = function() {
var url = 'v_conferences_active_inc.php';
var url = 'conferences_active_inc.php';
new loadXmlHttp(url, 'ajax_reponse');
setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1777);
}