# HG changeset patch
# User Edouard Tisserant
# Date 1663753865 -7200
# Node ID 0237c28cd1721e1a9c6ee63ba1e7cb489da7a758
# Parent  98ce26040117ebaf98b1a0279d1c0b2901dd3811
SVGHMI: cosmetic fix in js

diff -r 98ce26040117 -r 0237c28cd172 svghmi/widgets_common.ysl2
--- a/svghmi/widgets_common.ysl2	Wed Sep 21 11:41:28 2022 +0200
+++ b/svghmi/widgets_common.ysl2	Wed Sep 21 11:51:05 2022 +0200
@@ -196,7 +196,7 @@
         let new_index;
         if(pagevars == undefined){
             new_index = next_available_index++;
-            hmi_locals[pagename] = {[varname]:new_index}
+            hmi_locals[pagename] = {[varname]:new_index};
         } else {
             let result = pagevars[varname];
             if(result != undefined) {