From 99021efcc2a9166e1cead3b41069788960ae4fa0 Mon Sep 17 00:00:00 2001 From: wphiphi <96982181+wphiphi@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:23:47 +0100 Subject: [PATCH] update history for patching recovery windows show the correct operation --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index d9d8e43..6755910 100644 --- a/js/main.js +++ b/js/main.js @@ -1908,7 +1908,7 @@ $(document).ready(function(){ $("#btn-patching-rec-apply").click(function(){ qr_array = JSON.parse(JSON.stringify(qr_temp_array)); refreshTable(); - updateHistory("Padding bits recovery"); + updateHistory( $("#div-patching-recovery-title").val() ); $("#div-patching-recovery").hide(); changed_state = true; })