mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
remove typo error in commit
This commit is contained in:
parent
5503abc8e1
commit
45d544ca5d
@ -764,7 +764,7 @@ enterprise_hook('close_meta_frame');
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('[id^=checkbox-all_delete]').change(function(){z
|
$('[id^=checkbox-all_delete]').change(function(){
|
||||||
if ($("#checkbox-all_delete").prop("checked")) {
|
if ($("#checkbox-all_delete").prop("checked")) {
|
||||||
$('[id^=checkbox-delete_multiple]').parent().parent().addClass('checkselected');
|
$('[id^=checkbox-delete_multiple]').parent().parent().addClass('checkselected');
|
||||||
$(".check_delete").prop("checked", true);
|
$(".check_delete").prop("checked", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user