mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
c86f481032
commit
da1f75906c
@ -221,7 +221,9 @@ function initCheckAllBoxes(datatable){
|
||||
$('tbody input:checkbox',
|
||||
$(this).parents("table")).each(function(){
|
||||
$(this).removeAttr("checked");
|
||||
}); }
|
||||
});
|
||||
}
|
||||
$('tbody input:checkbox',$(this).parents("table")).trigger("change");
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user