Update the files in fifo list.

This commit is contained in:
Mark Crane
2012-11-24 02:41:15 +00:00
parent 8e1550d8ca
commit a729affd5b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test
}
var requestTime = function() {
var url = 'v_fifo_list_inc.php';
var url = 'fifo_list_inc.php';
new loadXmlHttp(url, 'ajax_reponse');
setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1777);
}