Fixed shortcut statistics

This commit is contained in:
Unick Soft 2018-03-21 23:30:41 +03:00
parent b8ae44094f
commit a689717af2

View File

@ -178,7 +178,7 @@ function postLoadPage()
function selectHandler(buttonName, handlerName)
{
userAction(this.id + "_shortcut");
userAction(buttonName + "_shortcut");
restButtons (buttonName);
application.SetHandlerMode(handlerName);
}