From 52100a9f4f2e5b5d3249934143fb9a7097f156f9 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 21 Jun 2018 10:28:21 -0400 Subject: Bug 1469333 - Check attachment file size client-side and inform user of too large file before uploading it --- template/en/default/global/header.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/global') 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'), }, -- cgit v1.2.3-24-g4f1b