fix patch windows apply and cancel bouton

This commit is contained in:
wphiphi 2022-01-07 16:44:27 +01:00 committed by GitHub
parent 99021efcc2
commit 31ceb0d933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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