mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
6 lines
183 B
JavaScript
6 lines
183 B
JavaScript
$(document).ready(function() {
|
|
$("#recip").name_autocomplete(baseurl + '/acl', '', false, function(data) {
|
|
$("#recip-complete").val(data.xid);
|
|
});
|
|
$(".autotime").timeago()
|
|
});
|