add autotime to cards
This commit is contained in:
parent
e778815605
commit
bf7b0b11ef
4
view/js/mod_cards.js
Normal file
4
view/js/mod_cards.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$(document).ready( function() {
|
||||||
|
$("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
|
||||||
|
$("> .shared_header .autotime").timeago();
|
||||||
|
});
|
Reference in New Issue
Block a user