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:
@@ -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);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user