From ef1f68ea091d253868aa39f01ef7aac7594eb7bc Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 11 May 2016 17:07:38 +0200 Subject: [PATCH] item deletion: fix - little mistake in the templates --- js/theme.js | 3 --- templates/search_item.tpl | 2 +- templates/wall_thread.tpl | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/js/theme.js b/js/theme.js index e6f4da3257..129336f241 100644 --- a/js/theme.js +++ b/js/theme.js @@ -441,6 +441,3 @@ String.prototype.rtrim = function() { return trimmed; }; -function checkSelected() { - -} diff --git a/templates/search_item.tpl b/templates/search_item.tpl index d2f0b23785..8e72eaed4f 100644 --- a/templates/search_item.tpl +++ b/templates/search_item.tpl @@ -45,7 +45,7 @@ {{if $item.drop.dropping}}
  • - {{$item.drop.delete}} + {{$item.drop.delete}}
  • {{/if}} diff --git a/templates/wall_thread.tpl b/templates/wall_thread.tpl index 3fa53764d0..b327470c55 100644 --- a/templates/wall_thread.tpl +++ b/templates/wall_thread.tpl @@ -128,7 +128,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.drop.dropping}}
  • - {{$item.drop.delete}} + {{$item.drop.delete}}
  • {{/if}}