From 48171d3256cf8079c006ded25edd8ce4d8afdec6 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:08:10 +0100 Subject: [PATCH] v4.0.4 - Fix bExit pageId with popup's --- ioBroker/NsPanelTs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 3f9e9126..5d606b3d 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -5218,8 +5218,8 @@ function HandleButtonEvent(words: any): void { pageId = getState(NSPanel_Path + 'ScreensaverInfo.bExitPage').val } } - } - activePage = config.pages[pageId]; + activePage = config.pages[pageId]; + } GeneratePage(activePage); break; case 'bHome':