add autotime to cards

This commit is contained in:
zotlabs 2017-08-23 20:16:08 -07:00
parent e778815605
commit bf7b0b11ef

4
view/js/mod_cards.js Normal file
View file

@ -0,0 +1,4 @@
$(document).ready( function() {
$("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
$("> .shared_header .autotime").timeago();
});