1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 10:15:45 +01:00

Allow <Tab> completion of ;hint modes (again).

This commit is contained in:
Kris Maglione
2008-12-04 08:18:10 -05:00
parent 6c9fc50317
commit bcb9775b03
4 changed files with 38 additions and 22 deletions

View File

@@ -1026,7 +1026,7 @@ const liberator = (function () //{{{
if (urls.length > 20 && !force)
{
commandline.input("This will open " + urls.length + " new tabs. Would you like to continue? (yes/[no])",
commandline.input("This will open " + urls.length + " new tabs. Would you like to continue? (yes/[no]) ",
function (resp) {
if (resp && resp.match(/^y(es)?$/i))
liberator.open(urls, where, true);