diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-19 17:33:46 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:56 +0200 |
commit | 216af94b979206ee77d3f3b783648a959b120547 (patch) | |
tree | 8d08425a6b009558c4c1803f8dfba0de0d667fba /template | |
parent | 20c6de522aa4d27ba3c3f76d68c0b89424789270 (diff) | |
download | bugzilla-216af94b979206ee77d3f3b783648a959b120547.tar.gz bugzilla-216af94b979206ee77d3f3b783648a959b120547.tar.xz |
more things
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 3d86dcf24..17cac3cb8 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -98,9 +98,7 @@ <meta charset="UTF-8"> [% END %] [% USE Bugzilla %] - [% IF Bugzilla.usage_mode == constants.USAGE_MODE_QUANTUM %] - <base href="[% urlbase FILTER html %]"> - [% END %] + <base href="[% urlbase FILTER html %]"> [% IF Bugzilla.cgi.should_block_referrer %] <meta name="referrer" content="origin"> @@ -109,7 +107,6 @@ [% END %] [%- js_BUGZILLA = { - QUANTUM => Bugzilla.usage_mode == constants.USAGE_MODE_QUANTUM, param => { maxattachmentsize => Param('maxattachmentsize'), maxusermatches => Param('maxusermatches'), |