apply autotime to all autotime classed elements when static loading a page
This commit is contained in:
parent
bf7b0b11ef
commit
c9745a4129
@ -1,4 +1,3 @@
|
|||||||
$(document).ready( function() {
|
$(document).ready( function() {
|
||||||
$("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago();
|
$(".autotime").timeago();
|
||||||
$("> .shared_header .autotime").timeago();
|
|
||||||
});
|
});
|
Reference in New Issue
Block a user