aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/jot.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-17 11:49:27 -0800
committerfriendica <info@friendica.com>2012-02-17 11:49:27 -0800
commit75acc1ed966a6bb3e3ec690a667d148f900dba9c (patch)
tree8302f99949a281e89566b5f6496b9129ba0ffc4e /view/theme/testbubble/jot.tpl
parent184f6165fc41d8dcbbecffa933f640995f741fda (diff)
downloadvolse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.tar.gz
volse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.tar.bz2
volse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.zip
support plaintext on editpost, editorinit called before all buttons laid out
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rwxr-xr-xview/theme/testbubble/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl
index e2fd7132a..5bb5b4673 100755
--- a/view/theme/testbubble/jot.tpl
+++ b/view/theme/testbubble/jot.tpl
@@ -20,7 +20,6 @@
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>
- {{ if $content }}<script>initEditor();</script>{{ endif }}
<div id="profile-upload-wrapper" class="jot-tool" style="display: none;" >
<div id="wall-image-upload-div" ><a onclick="return false;" id="wall-image-upload" class="icon border camera" title="$upload"></a></div>
@@ -72,3 +71,4 @@
<div id="profile-jot-end"></div>
</form>
</div>
+ {{ if $content }}<script>initEditor();</script>{{ endif }}