cleanup - make bb-buttons vanish when comment closed

This commit is contained in:
friendica 2012-04-25 00:13:36 -07:00
commit ba0ade3380
14 changed files with 16 additions and 374 deletions

View file

@ -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) {