Added autoresize to shell commands

This commit is contained in:
Johannes Feichtner
2016-02-27 13:17:39 +01:00
parent 4f2ee129fd
commit 06f4907053
3 changed files with 9 additions and 0 deletions

View File

@@ -217,4 +217,6 @@ $(document).ready(function() {
});
lastPw = inputVal;
});
autosize($('textarea.shell'));
});