diff options
author | Kris Maglione <maglione.k@gmail.com> | 2008-12-16 16:47:18 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2008-12-16 16:47:18 -0500 |
commit | cef689bc6e4e95859beb6502241b1a4ff29e05f5 (patch) | |
tree | 92ff042b24c593b034c842725b58547ef676050f /common/content/ui.js | |
parent | ff8cd3e194dce920ca5ba80ec2a54ee417d751cd (diff) | |
download | pentadactyl-cef689bc6e4e95859beb6502241b1a4ff29e05f5.tar.gz |
Don't trigger completion refresh on substring completion. Why did we do this to begin with?
Diffstat (limited to 'common/content/ui.js')
-rw-r--r-- | common/content/ui.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/content/ui.js b/common/content/ui.js index 2a5e8456..0ad66838 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -382,10 +382,7 @@ function CommandLine() //{{{ if (this.items.length > 1) { if (this.substring && this.substring != this.completion) - { this.completion = this.substring; - liberator.triggerCallback("change", currentExtendedMode, commandline.command); - } break; } // Fallthrough |