remove typo error in commit

This commit is contained in:
alejandro-campos 2019-06-19 15:14:41 +02:00
parent 5503abc8e1
commit 45d544ca5d
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {
$('[id^=checkbox-delete_multiple]').parent().parent().addClass('checkselected');
$(".check_delete").prop("checked", true);