]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/jot.tpl
Update wall_thread.tpl
[friendica.git] / view / theme / frio / templates / jot.tpl
index 2160b3e0b6cc53b32cb95f53344eaee56edacb8b..e04b942df45b03e54a0034971d9d191824ff401a 100644 (file)
 
                                        {{* The jot text field in which the post text is inserted *}}
                                        <div id="jot-text-wrap" class="dropzone">
-                                               <textarea rows="2" cols="64" class="profile-jot-text form-control text-autosize" id="profile-jot-text" name="body" placeholder="{{$share}}" onFocus="jotTextOpenUI(this);" onBlur="jotTextCloseUI(this);" style="min-width:100%; max-width:100%;" dir="auto">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
+                                               <textarea rows="2" cols="64" class="profile-jot-text form-control text-autosize" id="profile-jot-text" name="body" placeholder="{{$share}}" onFocus="jotTextOpenUI(this);" onBlur="jotTextCloseUI(this);" style="min-width:100%; max-width:100%;" dir="auto" onkeydown="sendOnCtrlEnter(event, 'profile-jot-submit')">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
                                        </div>
 
                                        <ul id="profile-jot-submit-wrapper" class="jothidden nav nav-pills">
@@ -183,4 +183,4 @@ can load different content into the jot modal (e.g. the item edit jot)
 
 <script>
        dzFactory.setupDropzone('#jot-text-wrap', 'profile-jot-text'); 
-</script>
\ No newline at end of file
+</script>