aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-10 09:30:43 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-10 09:30:43 +0200
commita3b18adbcb2bbd6f87a74d28e658a121f36ec6e1 (patch)
tree6bff86d7d1054a37fb581996d65ee81ee2737c97
parentd9807e34e5bfd7cff4dbbb7bfc00e7a4847f8c2e (diff)
downloadvolse-hubzilla-a3b18adbcb2bbd6f87a74d28e658a121f36ec6e1.tar.gz
volse-hubzilla-a3b18adbcb2bbd6f87a74d28e658a121f36ec6e1.tar.bz2
volse-hubzilla-a3b18adbcb2bbd6f87a74d28e658a121f36ec6e1.zip
bring ajax item delete to conv list
-rwxr-xr-xview/tpl/conv_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 818517c46..0d35fa685 100755
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -124,7 +124,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>