mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
9 lines
272 B
JavaScript
9 lines
272 B
JavaScript
$(document).ready( function() {
|
|
updateRelativeTime('.autotime');
|
|
|
|
/* autocomplete @nicknames */
|
|
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
|
|
/* autocomplete bbcode */
|
|
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
|
|
|
|
}); |