Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update fifo_interactive.php
  • Loading branch information
markjcrane committed Nov 28, 2019
1 parent c9ebd1a commit 44edbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fifo_list/fifo_interactive.php
Expand Up @@ -99,7 +99,7 @@ function loadXmlHttp(url, id) {
}

var requestTime = function() {
var url = 'fifo_interactive_inc.php?c=<?php echo trim($_REQUEST["c"]); ?>';
var url = 'fifo_interactive_inc.php?c=<?php echo trim($fifo_name); ?>';
new loadXmlHttp(url, 'ajax_reponse');
setInterval(function(){new loadXmlHttp(url, 'ajax_reponse');}, 1222);
}
Expand Down

0 comments on commit 44edbfe

Please sign in to comment.