Merge pull request #2560 from rabuzarus/0306-bulk-delete
frio: fix bulk deletion doesn't appear if post item was inserted by js
This commit is contained in:
commit
be068a1924
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ $(document).ready(function(){
|
||||||
}
|
}
|
||||||
|
|
||||||
// show bulk deletion button at network page if checkbox is checked
|
// 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;
|
var checked = false;
|
||||||
|
|
||||||
// We need to get all checked items, so it would close the delete button
|
// We need to get all checked items, so it would close the delete button
|
||||||
|
|
Loading…
Reference in a new issue