grab_form fix 4
This commit is contained in:
parent
e618a0a2b4
commit
04374041ba
@ -43,7 +43,7 @@ $( document ).ready(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function grab_form() {
|
function grab_form() {
|
||||||
let arr = [];
|
let arr = {};
|
||||||
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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user