summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-06-21 16:28:21 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-21 16:28:21 +0200
commit52100a9f4f2e5b5d3249934143fb9a7097f156f9 (patch)
tree54e797edabafd916669de10ae97b4fa4e952ee7c /template/en/default/global/header.html.tmpl
parentfca89e2f4c4a0660d0ce8947f2de375ec20f124b (diff)
downloadbugzilla-52100a9f4f2e5b5d3249934143fb9a7097f156f9.tar.gz
bugzilla-52100a9f4f2e5b5d3249934143fb9a7097f156f9.tar.xz
Bug 1469333 - Check attachment file size client-side and inform user of too large file before uploading it
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl1
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 771fa801b..492d70a24 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -106,6 +106,7 @@
[%- js_BUGZILLA = {
param => {
+ maxattachmentsize => Param('maxattachmentsize'),
maxusermatches => Param('maxusermatches'),
splinter_base => Param('splinter_base'),
},