Commit f4bbc809 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 830373: Remove the unused global/help.html.tmpl template

r=wicked a=LpSolit
parent d66fed12
......@@ -11,8 +11,6 @@
# global/useful-links.html.tmpl.
#%]
[% INCLUDE "global/help.html.tmpl" %]
</div>
[%# Migration note: below this point, this file corresponds to the old Param
......
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% IF cgi.param("help") %]
<script type="text/javascript"> <!--
[% FOREACH help_name = help_html.keys %]
g_helpTexts["[% help_name FILTER js %]"] =
"[%- help_html.$help_name FILTER js -%]";
[% END %]
// -->
</script>
[% END %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment