summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorWilliam Lachance <wrlach@gmail.com>2017-07-11 22:27:35 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-11 22:27:35 +0200
commit096e19e6c6ed1b79059f098e1f7436404a97e6f9 (patch)
tree2cc55911c1e52ad0ca572860f5a619f077a67274 /extensions/BugModal/template
parentbd10e74fa55e2062416fc193db76b73174398624 (diff)
downloadbugzilla-096e19e6c6ed1b79059f098e1f7436404a97e6f9.tar.gz
bugzilla-096e19e6c6ed1b79059f098e1f7436404a97e6f9.tar.xz
Bug 1331305 - Auto-resize comment boxes
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40 * address review comments * Auto-resize comment when replying
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/header.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
index 20f1aebb0..db9bbeb7a 100644
--- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
@@ -49,6 +49,7 @@
# assets
javascript_urls.push(
+ "extensions/BugModal/web/autosize.min.js",
"extensions/ProdCompSearch/web/js/prod_comp_search.js",
"extensions/BugModal/web/bug_modal.js",
"extensions/BugModal/web/comments.js",