summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-30 00:23:38 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-30 00:23:38 +0200
commitbe6d4251172c1a13b2777ac09026f75744b8b0e4 (patch)
treebf1f893df68266ff5f82574c64f9728fd6cf972e /public/assets/js/lib/views/index
parente3470c87f08b8f3134716c5a16daad4a2c572212 (diff)
check string
Diffstat (limited to 'public/assets/js/lib/views/index')
-rw-r--r--public/assets/js/lib/views/index/hootbox.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/hootbox.js b/public/assets/js/lib/views/index/hootbox.js
index a5d2270..c874e74 100644
--- a/public/assets/js/lib/views/index/hootbox.js
+++ b/public/assets/js/lib/views/index/hootbox.js
@@ -29,6 +29,7 @@ var HootBox = FormView.extend({
},
parse: function (comment) {
+ console.log(comment);
var t = this.template
.replace(/{{image}}/g, profile_image(comment.username))
.replace(/{{username}}/g, comment.username)