From a6041007c544e7b2a8ae703c8e45e635e2ace991 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Thu, 28 Oct 2010 15:19:51 +0200 Subject: Bug 585802: Change the cc/user autocomplete (and backend) usermatching to ignore spaces / search on space separated names r/a=mkanat --- js/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/field.js b/js/field.js index a70e41a64..6d78a60ce 100644 --- a/js/field.js +++ b/js/field.js @@ -724,7 +724,7 @@ YAHOO.bugzilla.userAutocomplete = { userAutoComp.useIFrame = true; userAutoComp.resultTypeList = false; if( multiple == true ){ - userAutoComp.delimChar = [","," "]; + userAutoComp.delimChar = [","]; } } -- cgit v1.2.3-24-g4f1b