Add ID to catalog threads.
This commit is contained in:
parent
dc3daab07f
commit
0387df6259
@ -220,6 +220,7 @@ Build =
|
|||||||
|
|
||||||
root = $.el 'div',
|
root = $.el 'div',
|
||||||
className: 'thread catalog-thread'
|
className: 'thread catalog-thread'
|
||||||
|
id: "t#{thread}"
|
||||||
$.addClass root, thread.OP.highlights... if thread.OP.highlights
|
$.addClass root, thread.OP.highlights... if thread.OP.highlights
|
||||||
$.addClass root, 'noFile' unless thread.OP.file
|
$.addClass root, 'noFile' unless thread.OP.file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user