Add ID to catalog threads.

This commit is contained in:
ccd0 2016-09-28 00:04:06 -07:00
parent dc3daab07f
commit 0387df6259

View File

@ -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