Skip to content

Commit

Permalink
quick fix for chatter pushdown timeago
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Apr 27, 2012
1 parent 6f13810 commit 17ddb59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions karl/ux2/microtemplates/chatter.mustache
Expand Up @@ -56,4 +56,11 @@
{{/streams}}

</div>
<script language="javascript" type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$(".panel-footer abbr.timeago").timeago();
});
//]]>
</script>
</div>

0 comments on commit 17ddb59

Please sign in to comment.