summaryrefslogtreecommitdiff
path: root/common/content/ui.js
diff options
context:
space:
mode:
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