X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fmsg-header.tpl;h=4644b954e688251cd494ca8a96f001e574b06d26;hb=63b5cb4fc688f9da2984c4c10439dba3a432633a;hp=653b3d56612abc7cf966912d6c8a2db995e18bfe;hpb=78de9d002243ed9a2e95feb76c1ee1bbd86fc348;p=friendica.git diff --git a/view/templates/msg-header.tpl b/view/templates/msg-header.tpl index 653b3d5661..4644b954e6 100644 --- a/view/templates/msg-header.tpl +++ b/view/templates/msg-header.tpl @@ -49,5 +49,10 @@ } } + function addeditortext(data) { + var currentText = $("#prvmail-text").val(); + $("#prvmail-text").val(currentText + data); + } +