summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2008-12-07 15:23:29 -0500
committerKris Maglione <maglione.k@gmail.com>2008-12-07 15:23:29 -0500
commita63465f3e5c1d3735d0d02f533310e8ecabb46a2 (patch)
tree42117725360a279ca9622753ea518055a9101268
parentad0bc34c9003aa1bf6e133c3319f64a8997ad391 (diff)
downloadpentadactyl-a63465f3e5c1d3735d0d02f533310e8ecabb46a2.tar.gz
Run completion.file in the foreground.
-rw-r--r--common/content/completion.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/completion.js b/common/content/completion.js
index 11b7f407..4d4c5946 100644
--- a/common/content/completion.js
+++ b/common/content/completion.js
@@ -1305,7 +1305,7 @@ function Completion() //{{{
if (tail)
context.advance(dir.length);
context.keys = { text: 0, description: 1, icon: 2 };
- context.background = true;
+ // context.background = true;
context.key = dir;
context.generate = function generate_file()
{