diff --git a/scripts/system/help.js b/scripts/system/help.js index ac411a8622..a335b2ef9c 100644 --- a/scripts/system/help.js +++ b/scripts/system/help.js @@ -56,7 +56,7 @@ }, POLL_RATE); Script.scriptEnding.connect(function () { - if (onUserScreen) { + if (onHelpScreen) { tablet.gotoHomeScreen(); } button.clicked.disconnect(onClicked);