diff --git a/script/main.js b/script/main.js index 375fdb0..d57ad43 100644 --- a/script/main.js +++ b/script/main.js @@ -178,7 +178,7 @@ function postLoadPage() function selectHandler(buttonName, handlerName) { - userAction(this.id + "_shortcut"); + userAction(buttonName + "_shortcut"); restButtons (buttonName); application.SetHandlerMode(handlerName); }