From b7b8b86b1115e99d1b4b28ed3722de4c8c269b37 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 2 Oct 2008 22:39:14 +0000 Subject: [PATCH] Half-hearted attempt to unbreak completions --- content/ui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ui.js b/content/ui.js index ba9d254e..31e78159 100644 --- a/content/ui.js +++ b/content/ui.js @@ -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)