From b5c4a2128be7b1d4c84089515453b3745200a2c9 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:25:04 +0100 Subject: [PATCH] v4.3.3.20 - Update NsPanelTs.ts Remove semicolon --- ioBroker/NsPanelTs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 98e1971e..806f3aac 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -7465,7 +7465,7 @@ function GenerateDetailPage(type: string, optional: string, pageItem: PageItem): sec_remaining = timer_actual % 60; editable = 0; action2 = 'pause'; - label2 = findLocale('timer', 'off');; + label2 = findLocale('timer', 'off'); } }