aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-08 14:10:38 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-08 14:10:38 +0200
commita73dbb307347735db3bc076aaa5f92b3e90361fa (patch)
tree3c7f6b239f4d2f963db3eb62223918b44b78e844 /view/tpl/conv_item.tpl
parentb3f80c049f11b542402f62e390df2b352092f163 (diff)
downloadvolse-hubzilla-a73dbb307347735db3bc076aaa5f92b3e90361fa.tar.gz
volse-hubzilla-a73dbb307347735db3bc076aaa5f92b3e90361fa.tar.bz2
volse-hubzilla-a73dbb307347735db3bc076aaa5f92b3e90361fa.zip
delete conv items on the fly in background
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index a575df554..7de0e05f9 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -123,7 +123,7 @@
{{/if}}
{{if $item.drop.dropping}}
<li role="presentation" class="divider"></li>
- <li role="presentation"><a role="menuitem" href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-trash"></i> {{$item.drop.delete}}</a></li>
+ <li role="presentation"><a role="menuitem" href="#" onclick="dropItem({{$item.id}}); return false;" title="{{$item.drop.delete}}" ><i class="icon-trash"></i> {{$item.drop.delete}}</a></li>
{{/if}}
</ul>
</div>