From 31f8d2f9736b4618ac2227adc6b4a47213c90e1b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 2 Dec 2025 21:39:08 +0000 Subject: [PATCH] Fix navigation menu tab switching function name Resolved ReferenceError: showView is not defined when clicking sites in nav menu. Changes: - Changed showView() to attachView() - the correct function name - Added manualNavigationMode=true to stop auto-rotation on manual navigation - Added markActivity() to reset inactivity timer - Added inactivityExtensionUntil=0 to clear extensions - Added additional logging for debugging - Added error logging for invalid view indices This makes navigation menu behavior consistent with nextTab() and previousTab() functions throughout the codebase. --- install_kiosk_0.9.8.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install_kiosk_0.9.8.sh b/install_kiosk_0.9.8.sh index c553007..1eb275b 100644 --- a/install_kiosk_0.9.8.sh +++ b/install_kiosk_0.9.8.sh @@ -5306,8 +5306,15 @@ function createWindow(){ } const viewIndex=tabIndexToViewIndex[tabIndex]; if(viewIndex!==undefined&&viewIndex>=0&&viewIndex