Updated ajax url request path in index.phtml

This commit is contained in:
Roy Lindauer 2013-09-19 23:48:51 -07:00
parent 2a5262f5ed
commit 355c403ec0

View file

@ -80,6 +80,6 @@
<script>
setInterval(function()
{
$('#latest-builds').load('<?= PHPCI_URL ?>index/latest');
$('#latest-builds').load('<?= PHPCI_URL ?>home/latest');
}, 10000);
</script>