aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_hq.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-12 14:18:55 +0000
committerMario <mario@mariovavti.com>2024-12-12 14:18:55 +0000
commit2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d (patch)
tree1a5e10a1d403ad0e217588b180f9665e0d554fe7 /view/js/mod_hq.js
parente9222d0d9aed21816c8654fae074429afeda8f95 (diff)
downloadvolse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.gz
volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.bz2
volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.zip
remove jquery.timeago.js in favor of a native js implementationHEADdev
Diffstat (limited to 'view/js/mod_hq.js')
-rw-r--r--view/js/mod_hq.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/mod_hq.js b/view/js/mod_hq.js
index 1e4c02768..2c2aca37b 100644
--- a/view/js/mod_hq.js
+++ b/view/js/mod_hq.js
@@ -1,6 +1,5 @@
$(document).ready(function() {
-
- $('.autotime').timeago();
+ updateRelativeTime('.autotime');
if (bParam_mid) {
src = 'hq';