fix our friend, eslint

This commit is contained in:
Andrew Bauer 2020-02-21 14:22:53 -06:00 committed by GitHub
parent ce8c8a755c
commit c29f2cb8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 // 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 ); var delay = Math.round( (Math.random()+0.5)*statusRefreshTimeout );
console.log("delay: " + delay); console.log("delay: " + delay);
monitors[i].start(delay); monitors[i].start(delay);
var interval = monitors[i].refresh; var interval = monitors[i].refresh;