aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/scripts.js
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/scripts.js')
-rw-r--r--juick-www/src/main/static/scripts.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js
index a2f25d07..4001dbb6 100644
--- a/juick-www/src/main/static/scripts.js
+++ b/juick-www/src/main/static/scripts.js
@@ -810,6 +810,7 @@ ready(function () {
});
});
ta.style.minHeight = '70px';
+ autosize(ta);
ta.focus();
newMessageBlock.querySelector('a').addEventListener('click', function (e) {
attachMessagePhoto(e.target);