beremiz
Clone
Summary
Browse
Changes
Graph
Merge.
py2compat
16 months ago, Tomaz Orac
017cdfaf9959
Parents
fccae1aec069
101b79fc46e8
Children
06cd935c5b65
Merge.
2 files changed, 1 insertions(+), 3 deletions(-)
+0
-2
svghmi/gen_index_xhtml.xslt
+1
-1
svghmi/widget_back.ysl2
--- a/svghmi/gen_index_xhtml.xslt Mon Feb 17 14:27:35 2025 +0100
+++ b/svghmi/gen_index_xhtml.xslt Tue Feb 18 08:58:54 2025 +0100
@@ -10345,8 +10345,6 @@
</xsl:text>
<xsl:text> let widget = hmi_widgets[id];
</xsl:text>
- <xsl:text> if(widget.curr_value != undefined) return;
-</xsl:text>
<xsl:text> widget.do_init();
</xsl:text>
<xsl:text> });
--- a/svghmi/widget_back.ysl2 Mon Feb 17 14:27:35 2025 +0100
+++ b/svghmi/widget_back.ysl2 Tue Feb 18 08:58:54 2025 +0100
@@ -44,5 +44,5 @@
}
widget_defs("Back") {
- activable();
+ optional_activable();
}