From dac35f1e30ba8c8525e52a36edf4a25d20f3f106 Mon Sep 17 00:00:00 2001 From: wphiphi <96982181+wphiphi@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:10:00 +0100 Subject: [PATCH] fix updateHistory for patching windows --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index a0c5c92..e95d8d1 100644 --- a/js/main.js +++ b/js/main.js @@ -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; })