apply autotime to all autotime classed elements when static loading a page

This commit is contained in:
zotlabs 2017-08-23 20:19:52 -07:00
parent bf7b0b11ef
commit c9745a4129

View File

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