/halogy/application/modules/halogy/views/tracking.php
https://bitbucket.org/haloweb/halogy-1.0/ · PHP · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · ea3697cec59779479b2b46604a67e335 MD5 · raw file
- <script type="text/javascript">
- function refresh(){
- $('div.loader').load('/admin/tracking_ajax');
- timeoutID = setTimeout(refresh, 5000);
- }
- $(function(){
- timeoutID = setTimeout(refresh, 0);
- });
- </script>
- <h1>Most Recent Visits <small>(<a href="/admin">Back to Dashboard</a>)</small></h1>
- <br />
- <div class="loader"></div>