X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fslack-NS%2Ftheme.php;h=14d058c7dab0d4ebc9888f459723bf15baebee5b;hb=598a2563e844477de2f688663c7c46962b26b602;hp=68d579211bddc626cc9a4fd31553d3273a1fdba8;hpb=1a1efc7e4614a50a6221e17f0bb4ca48b6d38642;p=friendica.git diff --git a/view/theme/slack-NS/theme.php b/view/theme/slack-NS/theme.php index 68d579211b..14d058c7da 100644 --- a/view/theme/slack-NS/theme.php +++ b/view/theme/slack-NS/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) {