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':