diff options
author | zottel <github@zottel.net> | 2012-04-27 08:10:04 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-27 08:10:04 +0200 |
commit | 17aba3033ff050a031ae578f0351db3da29ecbb7 (patch) | |
tree | ee1e97a2374a104ad966507a315a8947b5adb715 /view/theme/purplezero/theme.php | |
parent | 0116426a0eccc81382a670989032b0a095a65a20 (diff) | |
parent | a1f94ac59f677c61e97facb2835883191a9e48af (diff) | |
download | volse-hubzilla-17aba3033ff050a031ae578f0351db3da29ecbb7.tar.gz volse-hubzilla-17aba3033ff050a031ae578f0351db3da29ecbb7.tar.bz2 volse-hubzilla-17aba3033ff050a031ae578f0351db3da29ecbb7.zip |
Merge remote branch 'upstream/master'
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) { |