diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-26 19:29:32 +0200 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-26 19:53:24 +0200 |
commit | 56e23fdd99dcb61750262f33730e9a83183b908a (patch) | |
tree | 9cd3f038b1020adcc35ad1fddd6f95e823e1cf2a /extensions/GuidedBugEntry/template/en | |
parent | 09dd4d3192073ba9ecc7feb8a5dfcd213affd525 (diff) | |
download | bugzilla-56e23fdd99dcb61750262f33730e9a83183b908a.tar.gz bugzilla-56e23fdd99dcb61750262f33730e9a83183b908a.tar.xz |
Bug 1493490 - Remove navigator.buildID usage from Bugzilla Helper
Diffstat (limited to 'extensions/GuidedBugEntry/template/en')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/bug/create/comment-guided.txt.tmpl | 2 | ||||
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/bug/create/comment-guided.txt.tmpl b/extensions/GuidedBugEntry/template/en/default/bug/create/comment-guided.txt.tmpl index 31408b538..153869f2f 100644 --- a/extensions/GuidedBugEntry/template/en/default/bug/create/comment-guided.txt.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/bug/create/comment-guided.txt.tmpl @@ -1,8 +1,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] User Agent: [% cgi.param('user_agent') %] -[% IF cgi.param('build_id') %] -Build ID: [% cgi.param('build_id') %][% END %] [% IF cgi.param('firefox_for_android') %] Firefox for Android [% END %] diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index e1a9e0bc5..7e34e9920 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -351,7 +351,6 @@ Product: <b><span id="dupes_product_name">?</span></b>: <input type="hidden" name="comment" id="comment" value=""> <input type="hidden" name="format" value="guided"> <input type="hidden" name="user_agent" id="user_agent" value=""> -<input type="hidden" name="build_id" id="build_id" value=""> <ul> <li>Please fill out this form clearly, precisely and in as much detail as you can manage.</li> |