summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-25 23:37:15 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-25 23:37:15 +0200
commit92e066ab481130ab6b72c56b2d296b166f8e105e (patch)
tree035d86dd6c1f4b6eb8f40c0c89a97c5cb4478a30
parent06958c8b9ed1b41dab31af1204d2354ee7ec4dcb (diff)
stream
-rw-r--r--public/assets/js/lib/views/stream/hootstream.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js
index cdc7acf..d7d7ba3 100644
--- a/public/assets/js/lib/views/stream/hootstream.js
+++ b/public/assets/js/lib/views/stream/hootstream.js
@@ -65,6 +65,7 @@ var HootStream = View.extend({
className,
showAvatar,
}) {
+ console.log(hoot, comment);
return this.render(this.hootTemplate, {
username,
className: className ? `hoot ${className}` : "hoot",