mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
Fixed shortcut statistics
This commit is contained in:
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user