Don't highlight threads with unread posts unless 'Show Unread Count' is on.
This commit is contained in:
parent
b2dc8ca341
commit
7a9ee9d764
@ -216,8 +216,9 @@ ThreadWatcher =
|
|||||||
fullID = "#{boardID}.#{threadID}"
|
fullID = "#{boardID}.#{threadID}"
|
||||||
div.dataset.fullID = fullID
|
div.dataset.fullID = fullID
|
||||||
$.addClass div, 'current' if g.VIEW is 'thread' and fullID is "#{g.BOARD}.#{g.THREADID}"
|
$.addClass div, 'current' if g.VIEW is 'thread' and fullID is "#{g.BOARD}.#{g.THREADID}"
|
||||||
$.addClass div, 'unread-quoting-you' if data.unreadQY
|
|
||||||
$.addClass div, 'dead-thread' if data.isDead
|
$.addClass div, 'dead-thread' if data.isDead
|
||||||
|
if Conf['Show Unread Count']
|
||||||
|
$.addClass div, 'unread-quoting-you' if data.unreadQY
|
||||||
$.add div, [x, $.tn(' '), link]
|
$.add div, [x, $.tn(' '), link]
|
||||||
div
|
div
|
||||||
refresh: ->
|
refresh: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user