cleanup - make bb-buttons vanish when comment closed
This commit is contained in:
parent
5af80dbb89
commit
ba0ade3380
14 changed files with 16 additions and 374 deletions
|
|
@ -23,7 +23,8 @@ function insertFormatting(comment,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);
|
||||
if (document.selection) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue