aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_cards.js
blob: 477cd61ed09efd6453b4884f5ef00468391aef15 (plain) (blame)
1
2
3
4
$(document).ready( function() {
	$("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
	$("> .shared_header .autotime").timeago();
});