Enable tooltips for comment timeagos

closes #7547
This commit is contained in:
Steffen van Bergerem 2017-08-17 04:08:51 +02:00 committed by Benjamin Neff
parent 6ae2df2f9e
commit fdff13e542
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -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, {