mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:37:59 +01:00
remove FF2 workaround and call doCommand() on sidebar menu items
This commit is contained in:
@@ -325,7 +325,7 @@ liberator.config = { //{{{
|
||||
{
|
||||
if (menu.childNodes[i].label == args)
|
||||
{
|
||||
eval(menu.childNodes[i].getAttribute("oncommand"));
|
||||
menu.childNodes[i].doCommand();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user