mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
5 lines
140 B
JavaScript
5 lines
140 B
JavaScript
$(document).ready(function() {
|
|
$('#id_description').editor_autocomplete(baseurl + "/acl");
|
|
$('textarea').bbco_autocomplete('bbcode');
|
|
});
|