diff --git a/js/main.js b/js/main.js index 6755910..a0c5c92 100644 --- a/js/main.js +++ b/js/main.js @@ -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(); })