mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
Fixed shortcut statistics
This commit is contained in:
parent
b8ae44094f
commit
a689717af2
@ -178,7 +178,7 @@ function postLoadPage()
|
|||||||
|
|
||||||
function selectHandler(buttonName, handlerName)
|
function selectHandler(buttonName, handlerName)
|
||||||
{
|
{
|
||||||
userAction(this.id + "_shortcut");
|
userAction(buttonName + "_shortcut");
|
||||||
restButtons (buttonName);
|
restButtons (buttonName);
|
||||||
application.SetHandlerMode(handlerName);
|
application.SetHandlerMode(handlerName);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user