mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-02-16 06:52:58 +01: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();
|
||||
})
|
||||
|
||||
$("#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();
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue