aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/sharedwithme.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-12 15:01:06 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-12 15:01:06 +0200
commitc6873529f47985da2bed92aed7c01af30133221d (patch)
treec087c07321a7bb0483d655ff0f708685166d1c22 /view/tpl/sharedwithme.tpl
parent70b109702ef20d0ebad027a98964ceae1fb216c3 (diff)
downloadvolse-hubzilla-c6873529f47985da2bed92aed7c01af30133221d.tar.gz
volse-hubzilla-c6873529f47985da2bed92aed7c01af30133221d.tar.bz2
volse-hubzilla-c6873529f47985da2bed92aed7c01af30133221d.zip
bring ajax delete to files
Diffstat (limited to 'view/tpl/sharedwithme.tpl')
-rw-r--r--view/tpl/sharedwithme.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl
index 4502df276..cb365ed05 100644
--- a/view/tpl/sharedwithme.tpl
+++ b/view/tpl/sharedwithme.tpl
@@ -15,7 +15,7 @@
<tr id="cloud-index-{{$item.id}}">
<td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td>
<td><a href="{{$item.objurl}}">{{$item.objfilename}}</a>{{if $item.unseen}}&nbsp;<span class="label label-success">{{$label_new}}</span>{{/if}}</td>
- <td class="cloud-index-tool"><a href="/sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td>
+ <td class="cloud-index-tool"><a href="#" title="{{$drop}}" onclick="dropItem('/sharedwithme/{{$item.id}}/drop', '#cloud-index-{{$item.id}}'); return false;"><i class="icon-trash drop-icons"></i></a></td>
<td class="hidden-xs">{{$item.objfilesize}}</td>
<td class="hidden-xs">{{$item.objedited}}</td>
</tr>