update history for patching recovery windows show the correct operation

This commit is contained in:
wphiphi 2022-01-07 15:23:47 +01:00 committed by GitHub
parent eb1d875309
commit 99021efcc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1908,7 +1908,7 @@ $(document).ready(function(){
$("#btn-patching-rec-apply").click(function(){
qr_array = JSON.parse(JSON.stringify(qr_temp_array));
refreshTable();
updateHistory("Padding bits recovery");
updateHistory( $("#div-patching-recovery-title").val() );
$("#div-patching-recovery").hide();
changed_state = true;
})