From: Kohei Yoshino Date: Tue, 6 Nov 2018 15:24:27 +0000 (-0500) Subject: Bug 1499503 - Provide some way of dismissing the uplift form X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d341a9deb22645e685acf67bc4d257d9794bd6e;p=thirdparty%2Fbugzilla.git Bug 1499503 - Provide some way of dismissing the uplift form --- diff --git a/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl b/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl index 7703bed74..e620dece8 100644 --- a/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl +++ b/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl @@ -7,8 +7,10 @@ #%] diff --git a/extensions/FlagTypeComment/web/js/ftc.js b/extensions/FlagTypeComment/web/js/ftc.js index 291b5ff53..d4d6eab00 100644 --- a/extensions/FlagTypeComment/web/js/ftc.js +++ b/extensions/FlagTypeComment/web/js/ftc.js @@ -34,13 +34,13 @@ Bugzilla.FlagTypeComment = class FlagTypeComment { } /** - * Check if a `
` is compatible with the given flag. For example, `approval‑mozilla‑beta` matches - * `
` while `approval‑mozilla‑esr60` - * matches `
`. + * Check if a fieldset is compatible with the given flag. For example, `approval‑mozilla‑beta` matches + * `
` while `approval‑mozilla‑esr60` matches + * `
`. * @param {String} name Flag name, such as `approval‑mozilla‑beta`. - * @param {(HTMLFieldSetElement|HTMLTemplateElement)} $element `
` or `