Don't need that workaround on Chrome.
This commit is contained in:
parent
7dafdfd6e4
commit
b69c1934cd
@ -3679,10 +3679,12 @@ Unread =
|
|||||||
else
|
else
|
||||||
Favicon.default
|
Favicon.default
|
||||||
|
|
||||||
|
<% if (type !== 'crx') { %>
|
||||||
# `favicon.href = href` doesn't work on Firefox.
|
# `favicon.href = href` doesn't work on Firefox.
|
||||||
# `favicon.href = href` isn't enough on Opera.
|
# `favicon.href = href` isn't enough on Opera.
|
||||||
# Opera won't always update the favicon if the href didn't change.
|
# Opera won't always update the favicon if the href didn't change.
|
||||||
$.add d.head, Favicon.el
|
$.add d.head, Favicon.el
|
||||||
|
<% } %>
|
||||||
|
|
||||||
Favicon =
|
Favicon =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user