<script> added to every page but looks not required.
marc.bau - September 14, 2006 - 20:10
| Project: | Monitor |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
please add this part only to pages that realy requires the refreshing.
setTimeout('monitorRefresh()',60000);
function monitorRefresh()
{
setTimeout('monitorRefresh()',60000);
var currentTime = new Date();
}
