add post_form.eml.html
This commit is contained in:
parent
a6fc9b4346
commit
d090934183
7 changed files with 48 additions and 48 deletions
|
|
@ -10,7 +10,7 @@ let insert_quote el _event =
|
|||
| None -> "no data-emojid on element"
|
||||
| Some emojid -> Jstr.to_string emojid
|
||||
in
|
||||
let textarea = find_by_id "reply-comment" in
|
||||
let textarea = find_by_id "comment" in
|
||||
let inner_html = El.Prop.jstr (Jstr.of_string "innerHTML") in
|
||||
let content = Jstr.to_string @@ El.prop inner_html textarea in
|
||||
let new_content =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue