beremiz

SVGHMI: cosmetic fix in js

2022-09-21, Edouard Tisserant
0237c28cd172
Parents 98ce26040117
Children 770c613c424f
SVGHMI: cosmetic fix in js
--- 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) {