grab_form fix
This commit is contained in:
parent
e796611d2c
commit
81b1e781e5
@ -47,6 +47,7 @@ function grab_form() {
|
|||||||
arr["action_body_text"] = editor.getValue();
|
arr["action_body_text"] = editor.getValue();
|
||||||
arr["action_desc_text"] = str_toHex($("#action_desc_text").val());
|
arr["action_desc_text"] = str_toHex($("#action_desc_text").val());
|
||||||
arr["action_name_text"] = str_toHex($("#action_name_text").val());
|
arr["action_name_text"] = str_toHex($("#action_name_text").val());
|
||||||
|
arr["section"] = "actions";
|
||||||
return arr;
|
return arr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user