diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 19:40:43 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 19:40:43 +0200 |
| commit | c2ef8a9874da71e52be515f703e6b563db4e7f30 (patch) | |
| tree | f195ba688de6f4645f05fde74bf46e47de00a55a /public/assets/js/lib/views/stream | |
| parent | f104b158fec9c8a49c052faeb2ee167743d87b14 (diff) | |
more trim
Diffstat (limited to 'public/assets/js/lib/views/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 2de184a..e4bee0b 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -130,6 +130,7 @@ var HootStream = View.extend({ return ["<div>Missing thread!</div>"]; } thread = thread.shift(); + console.log(query, thread.id); const isViewingThread = query.thread === thread.id; // console.log(thread, comments, files, images); const postedToday = +new Date() / 1000 - thread.lastmodified < 86400; |
