add autotime to cards
This commit is contained in:
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