diff options
author | friendica <info@friendica.com> | 2012-04-25 00:13:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-25 00:13:36 -0700 |
commit | ba0ade33801af3bd553f873d7de02a35956d837a (patch) | |
tree | f3e406623bd5ca708b6d125f294e7f4314fbcd3d /view/theme/purplezero/theme.php | |
parent | 5af80dbb89a2ce649b59439784e5166f63e4979d (diff) | |
download | volse-hubzilla-ba0ade33801af3bd553f873d7de02a35956d837a.tar.gz volse-hubzilla-ba0ade33801af3bd553f873d7de02a35956d837a.tar.bz2 volse-hubzilla-ba0ade33801af3bd553f873d7de02a35956d837a.zip |
cleanup - make bb-buttons vanish when comment closed
Diffstat (limited to 'view/theme/purplezero/theme.php')
-rw-r--r-- | view/theme/purplezero/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php index 9b483db62..4ae9d579f 100644 --- a/view/theme/purplezero/theme.php +++ b/view/theme/purplezero/theme.php @@ -14,7 +14,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) { |