From: rabuzarus <> Date: Fri, 3 Jun 2016 16:55:57 +0000 (+0200) Subject: frio: fix bulk deletion doesn't appear if post item was inserted by js X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b53391a9750a1faf104f23ed06ad122116049d59;p=friendica.git frio: fix bulk deletion doesn't appear if post item was inserted by js --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index d7372704ed..5138a4822d 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -69,7 +69,7 @@ $(document).ready(function(){ } // show bulk deletion button at network page if checkbox is checked - $('input.item-select').change(function(){ + $("body").change("input.item-select", function(){ var checked = false; // We need to get all checked items, so it would close the delete button