From 1666bd67d72300925315fd1739bd5fd66c9430ba Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 24 May 2022 09:55:42 +0200 Subject: [PATCH] [Fix] Fire strolch-show-info event --- bower.json | 2 +- strolch-wc-plc-behavior.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 170457f..9660270 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-plc", "description": "Strolch PLC WebComponents", - "version": "0.3.18", + "version": "0.3.19", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-plc-behavior.html b/strolch-wc-plc-behavior.html index 9661c67..f8ea378 100644 --- a/strolch-wc-plc-behavior.html +++ b/strolch-wc-plc-behavior.html @@ -90,7 +90,7 @@ return; } - this.fire("cx-show-info", { + this.fire("strolch-show-info", { title: this.localize('confirmActionWarning'), line1: this.localize('confirmActionWarningMsg'), callback: function () {