mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-19 17:49:04 +02:00
fix patch windows apply and cancel bouton
This commit is contained in:
parent
99021efcc2
commit
31ceb0d933
1 changed files with 2 additions and 2 deletions
|
@ -1905,7 +1905,7 @@ $(document).ready(function(){
|
||||||
$("#div-tools").hide();
|
$("#div-tools").hide();
|
||||||
})
|
})
|
||||||
|
|
||||||
$("#btn-patching-rec-apply").click(function(){
|
$("#btn-patch-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( $("#div-patching-recovery-title").val() );
|
updateHistory( $("#div-patching-recovery-title").val() );
|
||||||
|
@ -1913,7 +1913,7 @@ $(document).ready(function(){
|
||||||
changed_state = true;
|
changed_state = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
$("#btn-patching-rec-cancel").click(function(){
|
$("#btn-patch-rec-cancel").click(function(){
|
||||||
$("#div-patching-recovery").hide();
|
$("#div-patching-recovery").hide();
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue