aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_cards.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/js/mod_cards.js b/view/js/mod_cards.js
new file mode 100644
index 000000000..477cd61ed
--- /dev/null
+++ b/view/js/mod_cards.js
@@ -0,0 +1,4 @@
+$(document).ready( function() {
+ $("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
+ $("> .shared_header .autotime").timeago();
+}); \ No newline at end of file