mirror of
https://github.com/Merricx/qrazybox.git
synced 2024-11-21 18:42:57 +01:00
update history for patching recovery windows show the correct operation
This commit is contained in:
parent
eb1d875309
commit
99021efcc2
1 changed files with 1 additions and 1 deletions
|
@ -1908,7 +1908,7 @@ $(document).ready(function(){
|
||||||
$("#btn-patching-rec-apply").click(function(){
|
$("#btn-patching-rec-apply").click(function(){
|
||||||
qr_array = JSON.parse(JSON.stringify(qr_temp_array));
|
qr_array = JSON.parse(JSON.stringify(qr_temp_array));
|
||||||
refreshTable();
|
refreshTable();
|
||||||
updateHistory("Padding bits recovery");
|
updateHistory( $("#div-patching-recovery-title").val() );
|
||||||
$("#div-patching-recovery").hide();
|
$("#div-patching-recovery").hide();
|
||||||
changed_state = true;
|
changed_state = true;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue