diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 02:17:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 02:17:51 -0400 |
| commit | 694dbdf6ff3eef3e33fcbe95ebd676eea3353dcc (patch) | |
| tree | 91b2cf8a9310005e9bd6d1ff443ef7d593086271 /public/assets/js/lib/views/details/comments.js | |
| parent | f5cd692caf98cfeddc61df6442d401619d264aa7 (diff) | |
linking urls
Diffstat (limited to 'public/assets/js/lib/views/details/comments.js')
| -rw-r--r-- | public/assets/js/lib/views/details/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/details/comments.js b/public/assets/js/lib/views/details/comments.js index 168cc3f..399c90d 100644 --- a/public/assets/js/lib/views/details/comments.js +++ b/public/assets/js/lib/views/details/comments.js @@ -17,7 +17,7 @@ var CommentsView = FormView.extend({ parse: function(comment){ var datetime = verbose_date(comment.date, true) var t = this.template.replace(/{{username}}/g, comment.username) - .replace(/{{comment}}/g, comment.comment) + .replace(/{{comment}}/g, tidy_urls(comment.comment)) .replace(/{{date}}/g, datetime[0]) .replace(/{{time}}/g, datetime[1]) return t |
