From a73dbb307347735db3bc076aaa5f92b3e90361fa Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 8 Apr 2015 14:10:38 +0200 Subject: delete conv items on the fly in background --- view/tpl/conv_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') 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}} -
  • {{$item.drop.delete}}
  • +
  • {{$item.drop.delete}}
  • {{/if}} -- cgit v1.2.3