diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-25 23:37:15 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-25 23:37:15 +0200 |
| commit | 92e066ab481130ab6b72c56b2d296b166f8e105e (patch) | |
| tree | 035d86dd6c1f4b6eb8f40c0c89a97c5cb4478a30 | |
| parent | 06958c8b9ed1b41dab31af1204d2354ee7ec4dcb (diff) | |
stream
| -rw-r--r-- | public/assets/js/lib/views/stream/hootstream.js | 1 |
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", |
