From: rabuzarus <> Date: Wed, 11 May 2016 15:07:38 +0000 (+0200) Subject: item deletion: fix - little mistake in the templates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef1f68ea091d253868aa39f01ef7aac7594eb7bc;p=friendica.git item deletion: fix - little mistake in the templates --- 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}}