From 3de2a5872fd0481568e918a1ea798b3f75ace610 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 16:01:28 +0200 Subject: update keyword hover colors --- public/assets/js/lib/views/stream/hootstream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/stream') diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index f4e48c4..016c987 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -109,7 +109,7 @@ var HootStream = View.extend({ file_count: `${files.length || 0} f.`, file_opacity: age_opacity * get_size_opacity(files.length), comment_count: `${comments.length || 0} c.`, - comment_opacity: age_opacity * get_size_opacity(files.length), + comment_opacity: age_opacity * get_size_opacity(comments.length), }), this.renderFiles(postedToday ? files : files.slice(0, 10)), ...this.renderHoots({ hoots: comments.slice(0, 1), tag: "first_post" }), -- cgit v1.2.3-70-g09d2