1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:02:25 +01:00

Half-hearted attempt to unbreak completions

This commit is contained in:
Kris Maglione
2008-10-02 22:39:14 +00:00
parent 298d0ab294
commit b7b8b86b11

View File

@@ -156,6 +156,8 @@ liberator.CommandLine = function () //{{{
var res = liberator.completion.ex(command);
liberator.commandline.setCompletions(res[1], res[0]);
}
else
completionIndex = UNINITIALIZED;
});
function closePrompt(value)