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