aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-09 18:13:54 -0700
committerredmatrix <git@macgirvin.com>2016-08-09 18:13:54 -0700
commit12162f53b443a3f794416002e1d9af0d57690b39 (patch)
tree4aef592750c09b43589885e6a0133e74dd9ccc20 /view/tpl/jot.tpl
parentec3ca11d0d515f29e1babac8edb356d8cc8ab981 (diff)
downloadvolse-hubzilla-12162f53b443a3f794416002e1d9af0d57690b39.tar.gz
volse-hubzilla-12162f53b443a3f794416002e1d9af0d57690b39.tar.bz2
volse-hubzilla-12162f53b443a3f794416002e1d9af0d57690b39.zip
You can drag links to the editor (which will be parsed and inserted); as well as files (which will be uploaded)
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index a91c81ea9..692cf129d 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -38,7 +38,7 @@
</div>
{{/if}}
<div id="jot-text-wrap">
- <textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex=2 placeholder="{{$share}}">{{$content}}</textarea>
+ <textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex=2 placeholder="{{$share}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >{{$content}}</textarea>
</div>
{{if $attachment}}
<div id="jot-attachment-wrap">