diff options
author | William Lachance <wrlach@gmail.com> | 2017-07-11 22:27:35 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-11 22:27:35 +0200 |
commit | 096e19e6c6ed1b79059f098e1f7436404a97e6f9 (patch) | |
tree | 2cc55911c1e52ad0ca572860f5a619f077a67274 /extensions/BugModal/template/en | |
parent | bd10e74fa55e2062416fc193db76b73174398624 (diff) | |
download | bugzilla-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/en')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 1 |
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", |