From c0859e03d2906c1320d3175a90814fa5181de85c Mon Sep 17 00:00:00 2001 From: StephaneBour Date: Mon, 15 Jan 2024 14:25:04 +0100 Subject: [PATCH] fix: bad code --- src/base.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/base.js b/src/base.js index 960fa88..b781560 100755 --- a/src/base.js +++ b/src/base.js @@ -103,7 +103,6 @@ function submitCurrentRequestToES() { if (es_data) es_data += "\n"; //append a new line for bulk requests. callES(es_server, es_url, es_method, es_data, null, function (xhr) { - const inJson = JSON.parse(value); $("#notification").text("").css("visibility", "hidden"); if (typeof xhr.status == "number" && ((xhr.status >= 400 && xhr.status < 600) ||