mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
resolve #1131 make textarea resize
This commit is contained in:
parent
28bcdcec25
commit
f68bdde0c1
3 changed files with 183 additions and 0 deletions
|
@ -18,6 +18,7 @@ $(document).ready(function () {
|
|||
{
|
||||
$('.settings').append(settings.results);
|
||||
$('.settings').focus();
|
||||
$('.settings').autosize();
|
||||
}
|
||||
else{
|
||||
alert("YOUR JSON IS BAD AND YOU SHOULD FEEL BAD");
|
||||
|
@ -66,3 +67,4 @@ function isJSONClean(data){
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue