1
0
Fork 0

Vier: When clicking on the reply button, the focus now automatically changes to the textarea.

This commit is contained in:
Michael Vogel 2014-05-29 20:27:06 +02:00
commit b0df06dd72
3 changed files with 3 additions and 2 deletions

View file

@ -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;