Vier: When clicking on the reply button, the focus now automatically changes to the textarea.
This commit is contained in:
parent
c759ee55e1
commit
b0df06dd72
3 changed files with 3 additions and 2 deletions
|
@ -47,6 +47,7 @@
|
|||
$("#comment-edit-text-" + id).value = '';
|
||||
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
||||
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
||||
$("#comment-edit-text-" + id).focus();
|
||||
$("#mod-cmnt-wrap-" + id).show();
|
||||
openMenu("comment-edit-submit-wrapper-" + id);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue