From cef689bc6e4e95859beb6502241b1a4ff29e05f5 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 16 Dec 2008 16:47:18 -0500 Subject: Don't trigger completion refresh on substring completion. Why did we do this to begin with? --- common/content/ui.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/content/ui.js') 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 -- cgit v1.2.3