Remove superfluous call to focus() in global commentExpand() function
This commit is contained in:
parent
d7dbc632f8
commit
281d6fe055
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@
|
||||||
$("#comment-edit-text-" + id).putCursorAtEnd();
|
$("#comment-edit-text-" + id).putCursorAtEnd();
|
||||||
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
||||||
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
||||||
$("#comment-edit-text-" + id).focus();
|
|
||||||
$("#mod-cmnt-wrap-" + id).show();
|
$("#mod-cmnt-wrap-" + id).show();
|
||||||
openMenu("comment-edit-submit-wrapper-" + id);
|
openMenu("comment-edit-submit-wrapper-" + id);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue