aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/greenzero/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/greenzero/theme.php')
-rw-r--r--view/theme/greenzero/theme.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php
index af69b150a..a63d8a235 100644
--- a/view/theme/greenzero/theme.php
+++ b/view/theme/greenzero/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) {