diff options
author | Mario <mario@mariovavti.com> | 2024-12-12 14:18:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-12 14:18:55 +0000 |
commit | 2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d (patch) | |
tree | 1a5e10a1d403ad0e217588b180f9665e0d554fe7 /view/js/mod_cards.js | |
parent | e9222d0d9aed21816c8654fae074429afeda8f95 (diff) | |
download | volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.gz volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.bz2 volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.zip |
remove jquery.timeago.js in favor of a native js implementation
Diffstat (limited to 'view/js/mod_cards.js')
-rw-r--r-- | view/js/mod_cards.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_cards.js b/view/js/mod_cards.js index 8b31c0f52..5ebe46aa0 100644 --- a/view/js/mod_cards.js +++ b/view/js/mod_cards.js @@ -1,5 +1,5 @@ $(document).ready( function() { - $(".autotime").timeago(); + updateRelativeTime('.autotime'); /* autocomplete @nicknames */ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); |