Skip to content
Snippets Groups Projects
Commit a6ce8776 authored by mcmlxxix's avatar mcmlxxix
Browse files

www.error_in_last_commit.com

parent 5897f979
Branches
Tags
No related merge requests found
......@@ -685,6 +685,9 @@ function Tree(frame,text,tree) {
if(!cmd.match(/\w/))
return values.NOT_HANDLED;
for(var i=0;i<properties.items.length;i++) {
if(!properties.items[i].hotkey) {
continue;
}
if(properties.items[i].hotkey.toUpperCase() == cmd.toUpperCase()) {
properties.index = i;
return properties.items[i].action();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment