Merge branch 'master' of github.com:ZoneMinder/zoneminder

This commit is contained in:
Isaac Connor 2020-02-22 10:50:07 -05:00
commit e640fc0c26
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ function initPage() {
// Start the fps and status updates. give a random delay so that we don't assault the server
var delay = Math.round( (Math.random()+0.5)*statusRefreshTimeout );
console.log("delay: " + delay);
console.log("delay: " + delay);
monitors[i].start(delay);
var interval = monitors[i].refresh;