Keep the title in 404'd tabs.
Conflicts: src/Monitoring/Unread.coffee
This commit is contained in:
parent
9ffc3232ce
commit
dd3ce22632
@ -180,7 +180,7 @@ Unread =
|
|||||||
countQuotingYou = Object.keys(Unread.postsQuotingYou).length
|
countQuotingYou = Object.keys(Unread.postsQuotingYou).length
|
||||||
|
|
||||||
if Conf['Unread Count']
|
if Conf['Unread Count']
|
||||||
d.title = "#{if Conf['Quoted Title'] and countQuotingYou then '(!) ' else ''}#{if count or !Conf['Hide Unread Count at (0)'] then "(#{count}) " else ''}#{if g.DEAD then "/#{g.BOARD}/ - 404" else "#{Unread.title}"}"
|
d.title = "#{if Conf['Quoted Title'] and countQuotingYou then '(!) ' else ''}#{if count or !Conf['Hide Unread Count at (0)'] then "(#{count}) " else ''}#{if g.DEAD then Unread.title.replace '-', '- 404 -' else Unread.title}"
|
||||||
|
|
||||||
return unless Conf['Unread Favicon']
|
return unless Conf['Unread Favicon']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user