diff options
author | friendica <info@friendica.com> | 2012-02-17 11:49:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-17 11:49:27 -0800 |
commit | 75acc1ed966a6bb3e3ec690a667d148f900dba9c (patch) | |
tree | 8302f99949a281e89566b5f6496b9129ba0ffc4e /view/theme/duepuntozero/jot.tpl | |
parent | 184f6165fc41d8dcbbecffa933f640995f741fda (diff) | |
download | volse-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/duepuntozero/jot.tpl')
-rwxr-xr-x | view/theme/duepuntozero/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl index ade1614b7..e356d1d8f 100755 --- a/view/theme/duepuntozero/jot.tpl +++ b/view/theme/duepuntozero/jot.tpl @@ -18,7 +18,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-jot-submit-wrapper" class="jothidden"> <input type="submit" id="profile-jot-submit" name="submit" value="$share" /> @@ -81,3 +80,4 @@ <div id="profile-jot-end"></div> </form> </div> + {{ if $content }}<script>initEditor();</script>{{ endif }} |