From 419c9870445d21cd8a86925e295a413702c13baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:11:20 +0100 Subject: [PATCH] f --- Belevo_Bezahl_Modul/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 6f3daa6..1949486 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -15,12 +15,13 @@ class Belevo_Bezahl_Modul extends IPSModule $this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false); // Initiales HTML setzen - $this->SetHTMLContent(); + } public function ApplyChanges() { parent::ApplyChanges(); + $this->SetHTMLContent(); } private function SetHTMLContent() diff --git a/library.json b/library.json index 8eaec56..53579ff 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.016", + "version": "1.017", "build": 0, "date": 0 } \ No newline at end of file