From 308f7109b466b27bf06cb4ef9d275ff980a7ca2e Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 11 May 2021 17:53:05 +0200 Subject: [PATCH] issue #1306 also close bracket for deleteOrphans and setMd5sum --- admin/themes/default/js/batchManagerGlobal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/js/batchManagerGlobal.js b/admin/themes/default/js/batchManagerGlobal.js index 6ae3550a0..38c9823a9 100644 --- a/admin/themes/default/js/batchManagerGlobal.js +++ b/admin/themes/default/js/batchManagerGlobal.js @@ -455,7 +455,7 @@ function add_md5sum_block(blockSize){ type:"POST", dataType: "json", data: { - pwg_token: jQuery("input[name=pwg_token").val(), + pwg_token: jQuery("input[name=pwg_token]").val(), block_size: blockSize }, success:function(data) { @@ -505,7 +505,7 @@ function delete_orphans_block(blockSize) { type:"POST", dataType: "json", data: { - pwg_token: jQuery("input[name=pwg_token").val(), + pwg_token: jQuery("input[name=pwg_token]").val(), block_size: blockSize }, success:function(data) {