From: Reed Loden Date: Tue, 7 Aug 2012 15:54:26 +0000 (-0700) Subject: Bug 780883 - s/fieldAutoComp/keywordAutoComp/ (fallout from bad 4.2 commit in bug... X-Git-Tag: bugzilla-4.2.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe703f3b83e2dd790696e3fcf1e238caccca7d9;p=thirdparty%2Fbugzilla.git Bug 780883 - s/fieldAutoComp/keywordAutoComp/ (fallout from bad 4.2 commit in bug 764517) [r=glob a=LpSolit] --- diff --git a/js/field.js b/js/field.js index 3d85ff116f..07433b2a56 100644 --- a/js/field.js +++ b/js/field.js @@ -787,7 +787,7 @@ YAHOO.bugzilla.keywordAutocomplete = { this.expandContainer(); } }); - fieldAutoComp.dataRequestEvent.subscribe( function(type, args) { + keywordAutoComp.dataRequestEvent.subscribe( function(type, args) { args[0].autoHighlight = args[1] != ''; }); }