1
0
Fork 0

Check for existing element in openMenu()

- Removed useless val() call in the various insertFormatting()
declarations
This commit is contained in:
Hypolite Petovan 2017-01-09 11:34:41 +11:00
commit ecd86ec296
8 changed files with 8 additions and 9 deletions

View file

@ -65,7 +65,6 @@ function insertFormatting(BBcode, id) {
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
openMenu("comment-edit-submit-wrapper-" + id);
$("#comment-edit-text-" + id).val(tmpStr);
}
textarea = document.getElementById("comment-edit-text-" +id);