summaryrefslogtreecommitdiff
path: root/common/content/ui.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2008-12-16 16:47:18 -0500
committerKris Maglione <maglione.k@gmail.com>2008-12-16 16:47:18 -0500
commitcef689bc6e4e95859beb6502241b1a4ff29e05f5 (patch)
tree92ff042b24c593b034c842725b58547ef676050f /common/content/ui.js
parentff8cd3e194dce920ca5ba80ec2a54ee417d751cd (diff)
downloadpentadactyl-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.js3
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