From fdff13e542329b5569bb364beef4e0f5133d664f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 17 Aug 2017 04:08:51 +0200 Subject: [PATCH] Enable tooltips for comment timeagos closes #7547 --- app/assets/javascripts/app/views/comment_view.js | 1 + 1 file changed, 1 insertion(+) 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, {