From 3d11c114ac84abf6cdf601a3221217fff9b9554b Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Sun, 14 Jul 2024 16:48:57 +0300 Subject: [PATCH] Chore: remove extra space (monitor.js) --- web/skins/classic/views/js/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/js/monitor.js b/web/skins/classic/views/js/monitor.js index 824b442aa1..8a2e344555 100644 --- a/web/skins/classic/views/js/monitor.js +++ b/web/skins/classic/views/js/monitor.js @@ -393,7 +393,7 @@ function initPage() { } // end if ZM_OPT_USE_GEOLOCATION updateLinkedMonitorsUI(); - + // Setup the thumbnail video animation if (!isMobile()) initThumbAnimation(); } // end function initPage()