Skip to content
Extraits de code Groupes Projets
Valider f0b81147 rédigé par Andrej Kacian's avatar Andrej Kacian
Parcourir les fichiers

Show friendly timestamps when expanding all comments on a post.

parent 3a27d66e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
this.subscribe("widget/ready", function(evt, comment) { this.subscribe("widget/ready", function(evt, comment) {
$.extend(self, { $.extend(self, {
comment: comment, comment: comment,
deleteCommentLink: comment.find("a.comment_delete") deleteCommentLink: comment.find("a.comment_delete"),
timeAgo: self.instantiate("TimeAgo", comment)
}); });
self.deleteCommentLink.click(self.removeComment); self.deleteCommentLink.click(self.removeComment);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter