diff --git a/app/fifo_list/fifo_interactive.php b/app/fifo_list/fifo_interactive.php index b66f662b91..a46b5a473a 100644 --- a/app/fifo_list/fifo_interactive.php +++ b/app/fifo_list/fifo_interactive.php @@ -99,7 +99,7 @@ if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test } var requestTime = function() { - var url = 'fifo_interactive_inc.php?c='; + var url = 'fifo_interactive_inc.php?c='; new loadXmlHttp(url, 'ajax_reponse'); setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1222); }