put timeago in document ready, not outside

This commit is contained in:
maxwell 2011-01-19 16:17:00 -08:00
parent ad48f4796c
commit cd92b1dccb

View file

@ -15,5 +15,5 @@ $(document).ready(function() {
loadingText: "",
loadingImg: '/images/ajax-loader.gif'
});
$("abbr.timeago").timeago();
});
$("abbr.timeago").timeago();