this was needed

This commit is contained in:
zotlabs 2018-09-18 23:18:59 -07:00
parent 7756773683
commit 98bc1ed600

View File

@ -13,7 +13,7 @@ $(document).ready(function() {
});
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
// $('textarea').bbco_autocomplete('bbcode');
$('textarea').bbco_autocomplete('bbcode');
showHideBodyTextarea();
});