]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/jot.tpl
support plaintext on editpost, editorinit called before all buttons laid out
[friendica.git] / view / theme / loozah / jot.tpl
index 9bda1868e5dfb6849031bb0f3f6b74e6e171541d..ac64223fb0cb41d41c41c82537af16f4487848ab 100755 (executable)
@@ -19,7 +19,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" style="display:none" class="jothidden">
 <input type="submit" id="profile-jot-submit" name="submit" value="$share" />
@@ -82,3 +81,4 @@
 <div id="profile-jot-end"></div>
 </form>
 </div>
+               {{ if $content }}<script>initEditor();</script>{{ endif }}