diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-08 04:30:44 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:55 +0200 |
commit | c4b893ce10c982d242fcc540e937fca8e0336bde (patch) | |
tree | afdced0783465669af6d7ad6e3de36014fa7fb20 /template/en/default | |
parent | 5fa0256cf4192fc9b7b41fa47aa961e1f32936e1 (diff) | |
download | bugzilla-c4b893ce10c982d242fcc540e937fca8e0336bde.tar.gz bugzilla-c4b893ce10c982d242fcc540e937fca8e0336bde.tar.xz |
fix path stuff
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 196cf25d2..3d86dcf24 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -109,6 +109,7 @@ [% END %] [%- js_BUGZILLA = { + QUANTUM => Bugzilla.usage_mode == constants.USAGE_MODE_QUANTUM, param => { maxattachmentsize => Param('maxattachmentsize'), maxusermatches => Param('maxusermatches'), |