diff --git a/liberator/content/liberator.js b/liberator/content/liberator.js index 1260e44e..9f6472d8 100644 --- a/liberator/content/liberator.js +++ b/liberator/content/liberator.js @@ -257,7 +257,7 @@ const liberator = (function () //{{{ "Execute the specified menu item from the command line", function (args) { - let args = args.string; + args = args.string; let items = getMenuItems(); if (!items.some(function (i) i.fullMenuPath == args))