diff options
author | Kris Maglione <maglione.k@gmail.com> | 2008-12-07 15:23:29 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2008-12-07 15:23:29 -0500 |
commit | a63465f3e5c1d3735d0d02f533310e8ecabb46a2 (patch) | |
tree | 42117725360a279ca9622753ea518055a9101268 | |
parent | ad0bc34c9003aa1bf6e133c3319f64a8997ad391 (diff) | |
download | pentadactyl-a63465f3e5c1d3735d0d02f533310e8ecabb46a2.tar.gz |
Run completion.file in the foreground.
-rw-r--r-- | common/content/completion.js | 2 |
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() { |