Remove superfluous call to focus() in global commentExpand() function

This commit is contained in:
Hypolite Petovan 2019-02-14 22:25:42 -05:00
parent d7dbc632f8
commit 281d6fe055
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@
$("#comment-edit-text-" + id).putCursorAtEnd();
$("#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;