1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:12:26 +01:00

remove FF2 workaround and call doCommand() on sidebar menu items

This commit is contained in:
Doug Kearns
2008-08-13 16:37:25 +00:00
parent 67b0492431
commit 0c11a6b652

View File

@@ -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;
} }
} }