diff options
author | Dylan William Hardison <dylan@mozilla.com> | 2015-05-19 05:48:57 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-19 05:48:57 +0200 |
commit | 64fd94e3c85af86131f34694a188aca380462f99 (patch) | |
tree | a97a8168b2bef327e9d0a005b0d5493d159d7ac5 /template/en/default/bug | |
parent | 1e23e69630c37096d05e9a3ef31e824e912987d3 (diff) | |
download | bugzilla-64fd94e3c85af86131f34694a188aca380462f99.tar.gz bugzilla-64fd94e3c85af86131f34694a188aca380462f99.tar.xz |
Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords)
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/field.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 1d1e38874..366fe1144 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -243,7 +243,7 @@ </div> <script type="text/javascript" defer="defer"> YAHOO.bugzilla.keyword_array = [ - [%- FOREACH keyword = all_keywords %] + [%- FOREACH keyword = active_keywords %] [%-# %]"[% keyword.name FILTER js %]" [%- "," IF NOT loop.last %][% END %]]; YAHOO.bugzilla.keywordAutocomplete.init('[% field.name FILTER js %]', |