SVGHMI: cosmetic fix in js
authorEdouard Tisserant
Wed, 21 Sep 2022 11:51:05 +0200
changeset 3623 0237c28cd172
parent 3622 98ce26040117
child 3624 770c613c424f
SVGHMI: cosmetic fix in js
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) {