From 41d0bd185c19c8a51ed9b85700f52181b6cc5012 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Dec 2017 02:09:15 +0100 Subject: color stuff, building settings form --- public/assets/js/lib/views/details/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/details/comments.js') diff --git a/public/assets/js/lib/views/details/comments.js b/public/assets/js/lib/views/details/comments.js index c679d22..473fb22 100644 --- a/public/assets/js/lib/views/details/comments.js +++ b/public/assets/js/lib/views/details/comments.js @@ -19,7 +19,7 @@ var CommentsView = FormView.extend({ }, parse: function(comment){ - if (! comment.comment.length) return $('
') + if (! comment.comment.length) return $('') var datetime = verbose_date(comment.date, true) var t = this.template.replace(/{{username}}/g, comment.username) .replace(/{{id}}/g, comment.id) -- cgit v1.2.3-70-g09d2