aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_mail.js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js/mod_mail.js')
-rw-r--r--view/js/mod_mail.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/mod_mail.js b/view/js/mod_mail.js
index e3c891c2c..917e5414c 100644
--- a/view/js/mod_mail.js
+++ b/view/js/mod_mail.js
@@ -1,5 +1,4 @@
$(document).ready(function() {
- $(".autotime").timeago();
$("#recip").name_autocomplete(baseurl + '/acl', 'm', false, function(data) {
$("#recip-complete").val(data.xid);
});