diff --git a/content/vimperator.js b/content/vimperator.js index e211c176..7a62a77d 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -325,7 +325,7 @@ liberator.config = { //{{{ { if (menu.childNodes[i].label == args) { - eval(menu.childNodes[i].getAttribute("oncommand")); + menu.childNodes[i].doCommand(); break; } }