Forgot to add a comment with the workaround.
This commit is contained in:
parent
4fa4ef5304
commit
ee58a29d11
@ -3712,6 +3712,8 @@ Unread =
|
|||||||
else
|
else
|
||||||
"(#{Unread.posts.length}) #{Unread.title}"
|
"(#{Unread.posts.length}) #{Unread.title}"
|
||||||
<% if (type === 'crx') { %>
|
<% if (type === 'crx') { %>
|
||||||
|
# XXX Chrome bug where it doesn't always update the tab title.
|
||||||
|
# crbug.com/124381
|
||||||
title = d.title
|
title = d.title
|
||||||
setTimeout ->
|
setTimeout ->
|
||||||
d.title = ''
|
d.title = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user