From 315f4743d1c9e1d671841f8247ee99489112eb57 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 12 Jul 2012 14:41:55 +0800 Subject: Bug 764517: fix the broken patch --- js/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/field.js') diff --git a/js/field.js b/js/field.js index a2e26fa17..ad965f64b 100644 --- a/js/field.js +++ b/js/field.js @@ -790,7 +790,7 @@ YAHOO.bugzilla.keywordAutocomplete = { this.expandContainer(); } }); - fieldAutoComp.dataRequestEvent.subscribe( function(type, args) { + keywordAutoComp.dataRequestEvent.subscribe( function(type, args) { args[0].autoHighlight = args[1] != ''; }); } -- cgit v1.2.3-24-g4f1b