Posted by marc.bau on September 14, 2006 at 8:10pm
| Project: | Monitor |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
please add this part only to pages that realy requires the refreshing.
setTimeout('monitorRefresh()',60000);
function monitorRefresh()
{
setTimeout('monitorRefresh()',60000);
var currentTime = new Date();
}