]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
api: fix `friendica/notification/seen` api call
[friendica.git] / view / templates / msg-header.tpl
index 653b3d56612abc7cf966912d6c8a2db995e18bfe..4644b954e688251cd494ca8a96f001e574b06d26 100644 (file)
                }
        }
 
+       function addeditortext(data) {
+               var currentText = $("#prvmail-text").val();
+               $("#prvmail-text").val(currentText + data);
+       }
+
 </script>