From 81b1e781e586915c0c1ff2b010307ce9323a7ea5 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Sun, 7 Jul 2024 04:48:03 +0300 Subject: [PATCH] grab_form fix --- src/main/resources/static/javascript/script-editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/javascript/script-editor.js b/src/main/resources/static/javascript/script-editor.js index 54a7d89..c871273 100644 --- a/src/main/resources/static/javascript/script-editor.js +++ b/src/main/resources/static/javascript/script-editor.js @@ -47,6 +47,7 @@ function grab_form() { arr["action_body_text"] = editor.getValue(); arr["action_desc_text"] = str_toHex($("#action_desc_text").val()); arr["action_name_text"] = str_toHex($("#action_name_text").val()); + arr["section"] = "actions"; return arr; }