summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2026-01-18 13:54:08 +0100
committerjulian laplace <julescarbon@gmail.com>2026-01-18 13:54:08 +0100
commit9f1b85f69a2129622fd60c858247292f30f7da35 (patch)
tree94cccabb02b5fb1fa5a18e0545032b7377f7bdf3 /public/assets/js/lib/views/index
parentb0e1ff6f92b68b0c9332fc0f609eedb2430f4b5d (diff)
fix message page bug
Diffstat (limited to 'public/assets/js/lib/views/index')
-rw-r--r--public/assets/js/lib/views/index/hootbox.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/hootbox.js b/public/assets/js/lib/views/index/hootbox.js
index c874e74..a5d2270 100644
--- a/public/assets/js/lib/views/index/hootbox.js
+++ b/public/assets/js/lib/views/index/hootbox.js
@@ -29,7 +29,6 @@ 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)