diff --git a/app/views/aspects/index.js.erb b/app/views/aspects/index.js.erb index a69361c35..16ec8f6c5 100644 --- a/app/views/aspects/index.js.erb +++ b/app/views/aspects/index.js.erb @@ -15,5 +15,5 @@ $(document).ready(function() { loadingText: "", loadingImg: '/images/ajax-loader.gif' }); + $("abbr.timeago").timeago(); }); -$("abbr.timeago").timeago();