grab_form fix

This commit is contained in:
Michael Wain 2024-07-07 04:48:03 +03:00
parent e796611d2c
commit 81b1e781e5

View File

@ -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;
}