mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:10:11 +00:00
Cleaning up, actual changes are in the next commits
- Formatting - Trailing spaces - Extraneous blank lines - Large comments
This commit is contained in:
parent
8d195dc499
commit
daa8e4f901
28 changed files with 315 additions and 828 deletions
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* @brief The file contains functions for text editing and commenting
|
||||
*/
|
||||
|
||||
|
@ -93,7 +93,7 @@ function commentOpenUI(obj, id) {
|
|||
$("#comment-edit-text-" + id).attr('tabindex','9');
|
||||
$("#comment-edit-submit-" + id).attr('tabindex','10');
|
||||
$("#comment-edit-submit-wrapper-" + id).show();
|
||||
// initiale autosize for this comment
|
||||
// initialize autosize for this comment
|
||||
autosize($("#comment-edit-text-" + id + ".text-autosize"));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue