diff --git a/app/assets/javascripts/app/views/comment_view.js b/app/assets/javascripts/app/views/comment_view.js index 6ca7a4355..788344478 100644 --- a/app/assets/javascripts/app/views/comment_view.js +++ b/app/assets/javascripts/app/views/comment_view.js @@ -4,6 +4,7 @@ app.views.Comment = app.views.Content.extend({ templateName: "comment", className : "comment media", + tooltipSelector: "time", events : function() { return _.extend({}, app.views.Content.prototype.events, {