From c29f2cb8cfec536e444af85f71fde66ed4e58c82 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 21 Feb 2020 14:22:53 -0600 Subject: [PATCH] fix our friend, eslint --- web/skins/classic/views/js/montage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/js/montage.js b/web/skins/classic/views/js/montage.js index 3a491941b..fef91ee24 100644 --- a/web/skins/classic/views/js/montage.js +++ b/web/skins/classic/views/js/montage.js @@ -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;