put timeago in document ready, not outside
This commit is contained in:
parent
ad48f4796c
commit
cd92b1dccb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ $(document).ready(function() {
|
|||
loadingText: "",
|
||||
loadingImg: '/images/ajax-loader.gif'
|
||||
});
|
||||
$("abbr.timeago").timeago();
|
||||
});
|
||||
$("abbr.timeago").timeago();
|
||||
|
|
|
|||
Loading…
Reference in a new issue