aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-07-13 10:12:11 +0200
committerMario Vavti <mario@mariovavti.com>2018-07-13 10:12:11 +0200
commit5076e38c1cd883be5db0a3f84fe75a8af7a6d197 (patch)
tree9b9a7c03caef2ee1f621d965add0497882049bd7 /view/js
parente000d98cc544bf2f340b8183337e86667be82893 (diff)
downloadvolse-hubzilla-5076e38c1cd883be5db0a3f84fe75a8af7a6d197.tar.gz
volse-hubzilla-5076e38c1cd883be5db0a3f84fe75a8af7a6d197.tar.bz2
volse-hubzilla-5076e38c1cd883be5db0a3f84fe75a8af7a6d197.zip
update jquery.timeago lib
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_mail.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js
index 15a45519b..e3c891c2c 100644
--- a/view/js/mod_mail.js
+++ b/view/js/mod_mail.js
@@ -1,8 +1,8 @@
$(document).ready(function() {
+ $(".autotime").timeago();
$("#recip").name_autocomplete(baseurl + '/acl', 'm', false, function(data) {
$("#recip-complete").val(data.xid);
});
- $(".autotime").timeago()
$('#prvmail-text').bbco_autocomplete('bbcode');
- $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
+ $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
});