From e70bd0054c4ffb8aadeec8ee7c14dccdb34ab934 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 2 Nov 2017 18:25:34 -0700 Subject: hubzilla issue #896 --- view/js/mod_pubstream.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 view/js/mod_pubstream.js (limited to 'view/js') diff --git a/view/js/mod_pubstream.js b/view/js/mod_pubstream.js new file mode 100644 index 000000000..7e24a7f86 --- /dev/null +++ b/view/js/mod_pubstream.js @@ -0,0 +1,5 @@ +$(document).ready(function() { + $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); + // make auto-complete work in more places + $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); +}); -- cgit v1.2.3