From 0387df6259fd0d3b5666fa25c3176b1800f779b6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Sep 2016 00:04:06 -0700 Subject: [PATCH] Add ID to catalog threads. --- src/General/Build.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 33beecfe6..d70d877bd 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -220,6 +220,7 @@ Build = root = $.el 'div', className: 'thread catalog-thread' + id: "t#{thread}" $.addClass root, thread.OP.highlights... if thread.OP.highlights $.addClass root, 'noFile' unless thread.OP.file