mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:52:29 +01:00
fix some arg parsing caused by last argCount additions
This commit is contained in:
@@ -355,7 +355,7 @@ liberator.Tabs = function () //{{{
|
||||
function (args)
|
||||
{
|
||||
liberator.forceNewTab = true;
|
||||
liberator.execute(args);
|
||||
liberator.execute(args.string);
|
||||
liberator.forceNewTab = false;
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user