aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/js/mod_cards.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/mod_cards.js b/view/js/mod_cards.js
index 477cd61ed..78b2e1bd0 100644
--- a/view/js/mod_cards.js
+++ b/view/js/mod_cards.js
@@ -1,4 +1,3 @@
$(document).ready( function() {
- $("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
- $("> .shared_header .autotime").timeago();
+ $(".autotime").timeago();
}); \ No newline at end of file