From 9cc7523f0e73c147f41dfbbae9a5dbe9cf6cb08b Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 4 Oct 2011 17:44:37 -0700 Subject: [PATCH] fix the time on the conversation view --- public/javascripts/inbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/javascripts/inbox.js b/public/javascripts/inbox.js index 8792dba63..1e4515aa1 100644 --- a/public/javascripts/inbox.js +++ b/public/javascripts/inbox.js @@ -26,6 +26,7 @@ $(document).ready(function(){ }); } + jQuery("abbr.timeago").timeago(); return false; });