mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'pandora_6.0' of https://github.com/pandorafms/pandorafms into pandora_6.0
This commit is contained in:
commit
c73764196a
@ -250,11 +250,11 @@ enterprise_hook('close_meta_frame');
|
|||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function check_all_checkboxes() {
|
function check_all_checkboxes() {
|
||||||
if ($("input[name=all_delete]").attr('checked')) {
|
if ($("input[name=all_delete]").prop('checked')) {
|
||||||
$(".check_delete").attr('checked', true);
|
$(".check_delete").prop('checked', true);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$(".check_delete").attr('checked', false);
|
$(".check_delete").prop('checked', false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user