mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-19 17:49:04 +02:00
fix updateHistory for patching windows
This commit is contained in:
parent
31ceb0d933
commit
dac35f1e30
1 changed files with 1 additions and 1 deletions
|
@ -1908,7 +1908,7 @@ $(document).ready(function(){
|
|||
$("#btn-patch-rec-apply").click(function(){
|
||||
qr_array = JSON.parse(JSON.stringify(qr_temp_array));
|
||||
refreshTable();
|
||||
updateHistory( $("#div-patching-recovery-title").val() );
|
||||
updateHistory( $("#div-patching-recovery-title").text() );
|
||||
$("#div-patching-recovery").hide();
|
||||
changed_state = true;
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue