hubzilla issue #896

This commit is contained in:
zotlabs
2017-11-02 18:25:34 -07:00
parent b450b6a435
commit e70bd0054c
3 changed files with 50 additions and 0 deletions

5
view/js/mod_pubstream.js Normal file
View File

@@ -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");
});