aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-25 13:47:20 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-25 13:47:20 -0400
commit78280bdfed363f2316f1fa4e854e9604ebd58470 (patch)
tree349bd483ccf265bef6216c041a4e4c3b587b357b /view/theme/slackr/theme.php
parent1a1efc7e4614a50a6221e17f0bb4ca48b6d38642 (diff)
parentc9e5609cbfd89db35b536a22eb2ce6cbf7992783 (diff)
downloadvolse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.tar.gz
volse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.tar.bz2
volse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: bug #307, explaining decentralised private photos is impossible. this turns out to be harder than I thought cleanup - make bb-buttons vanish when comment closed Esperanto at 100% again * master:
Diffstat (limited to 'view/theme/slackr/theme.php')
-rw-r--r--view/theme/slackr/theme.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php
index a5520fce5..99e061a2f 100644
--- a/view/theme/slackr/theme.php
+++ b/view/theme/slackr/theme.php
@@ -14,7 +14,9 @@ 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) {