]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / view / templates / msg-header.tpl
index 653b3d56612abc7cf966912d6c8a2db995e18bfe..bed17f0c79e833c17214be778291777e905f9d6e 100644 (file)
@@ -1,5 +1,5 @@
 <script language="javascript" type="text/javascript">
-       $("#prvmail-text").editor_autocomplete(baseurl + '/acl');
+       $("#prvmail-text").editor_autocomplete(baseurl + '/search/acl');
 </script>
 <script type="text/javascript" src="view/js/ajaxupload.js" ></script>
 <script>
                }
        }
 
+       function addeditortext(data) {
+               var currentText = $("#prvmail-text").val();
+               $("#prvmail-text").val(currentText + data);
+       }
+
 </script>