add post_form.eml.html

This commit is contained in:
Swrup 2022-04-19 00:06:23 +02:00
parent a6fc9b4346
commit d090934183
7 changed files with 48 additions and 48 deletions

View file

@ -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 =