X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero%2Ftheme.php;h=e6b469bff00f08d2d5815f749c44046dd718d21b;hb=16f9d7fd35570b46fa4e1c591695bb9f1146a4b5;hp=dc0da0b167df1bb41e04a597ccf8424f39d1f133;hpb=75828b4750dbed8d8c0515ab8bfa1b2276b7f65f;p=friendica.git diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index dc0da0b167..e6b469bff0 100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -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) {