mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:32:25 +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)
|
if (menu.childNodes[i].label == args)
|
||||||
{
|
{
|
||||||
eval(menu.childNodes[i].getAttribute("oncommand"));
|
menu.childNodes[i].doCommand();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user