]> git.mxchange.org Git - friendica.git/commitdiff
frio: fix bulk deletion doesn't appear if post item was inserted by js
authorrabuzarus <>
Fri, 3 Jun 2016 16:55:57 +0000 (18:55 +0200)
committerrabuzarus <>
Fri, 3 Jun 2016 16:55:57 +0000 (18:55 +0200)
view/theme/frio/js/theme.js

index d7372704ed51884d6cb34c78aec75e3a3d6bb99d..5138a4822d5ccc3fe4d3b76a1b9fbf9ec0a7bff0 100644 (file)
@@ -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