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
@@ -78,7 +78,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test
}
var requestTime = function() {
var url = 'v_conference_interactive_inc.php?c=<?php echo trim($_REQUEST["c"]); ?>';
var url = 'conference_interactive_inc.php?c=<?php echo trim($_REQUEST["c"]); ?>';
new loadXmlHttp(url, 'ajax_reponse');
setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1222);
}