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
parent 479180ca8e
commit ecd86ec296
8 changed files with 8 additions and 9 deletions

View file

@ -794,7 +794,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);