mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
parent
4cb1a2de2c
commit
0e9eeec3c7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{* The jot text field in which the post text is inserted *}}
|
||||
<div id="jot-text-wrap" class="dropzone" style="overflow:scroll">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue