]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/jot.tpl
smal fix
[friendica.git] / view / theme / loozah / jot.tpl
old mode 100644 (file)
new mode 100755 (executable)
index 9bda186..ac64223
@@ -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 }}