From 3cfa98677f31d4a6660c330fa9ec0d5206fb3565 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 1 Aug 2010 17:52:17 -0700 Subject: Bug 578572: Make the user autocomplete and keyword autocomplete behave similarly, and fix a race condition in user autocomplete where sometimes an older result would appear after a newer result, overriding the newer result. r=pyrzak, a=mkanat --- template/en/default/global/header.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index a35094793..799f4898f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -176,7 +176,8 @@ #%] var BUGZILLA = { param: { - cookiepath: '[% Param('cookiepath') FILTER js %]' + cookiepath: '[% Param('cookiepath') FILTER js %]', + maxusermatches: [% Param('maxusermatches') FILTER js %] }, string: { -- cgit v1.2.3-24-g4f1b