hubzilla issue #896
This commit is contained in:
5
view/js/mod_pubstream.js
Normal file
5
view/js/mod_pubstream.js
Normal 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");
|
||||
});
|
Reference in New Issue
Block a user