mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 05:14:19 +01:00
Fix useragent.js bug.
This commit is contained in:
@@ -1483,7 +1483,7 @@ var Commands = Module("commands", {
|
||||
|
||||
let start = "«%-d-]'", end = "'[-d-%»";
|
||||
|
||||
let n = /^\d+$/.test(cmd.argCount) ? parseInt(argCount) : 12;
|
||||
let n = /^\d+$/.test(cmd.argCount) ? parseInt(cmd.argCount) : 12;
|
||||
for (let i = args.completeArg; i < n; i++)
|
||||
args[i] = start + i + end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user