From dd3ce22632a10ae11fc632184d3c84b2f8b9e969 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 13 Feb 2014 15:04:12 +0100 Subject: [PATCH] Keep the title in 404'd tabs. Conflicts: src/Monitoring/Unread.coffee --- src/Monitoring/Unread.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 2b7bc3a89..5dc497441 100755 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -180,7 +180,7 @@ Unread = countQuotingYou = Object.keys(Unread.postsQuotingYou).length 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']