fix updateHistory for patching windows

This commit is contained in:
wphiphi 2022-01-07 17:10:00 +01:00 committed by GitHub
parent 31ceb0d933
commit dac35f1e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
})