Download & Extend

<script> added to every page but looks not required.

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();

}

nobody click here