3548 - disable core update if a file integrity problem is detected

This commit is contained in:
bruno-ds
2021-02-24 12:05:11 +01:00
parent 241bd1cdeb
commit c601082a5e
5 changed files with 8 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ $.ajax({
}
else
{
$("#check-update").prop("disabled", true);
$("#file").prop("disabled", true);
$('#form-update-outer').slideUp(600);
oRequirements.addClass("message_error");
}
}