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

Move "Waiting..." message to the end of the completion list

This commit is contained in:
Kris Maglione
2008-11-28 16:29:40 +00:00
parent cdbca97f0c
commit d6d65d5563
3 changed files with 10 additions and 10 deletions

View File

@@ -568,7 +568,7 @@ function Tabs() //{{{
if (/\btabopen\b/.test(options["activate"]))
activate = !activate;
for (let i in range(0, Math.max(1, args.count)))
for (let i in util.range(0, Math.max(1, args.count)))
tabs.cloneTab(tab, activate);
},
{