Add the default favicon in the favicon previewer. #932
This commit is contained in:
parent
b67ef911a4
commit
e7d00f87e1
@ -602,7 +602,12 @@ Settings =
|
||||
favicon: ->
|
||||
Favicon.switch()
|
||||
Unread.update() if g.VIEW is 'thread' and Conf['Unread Tab Icon']
|
||||
@nextElementSibling.innerHTML = "<img src=#{Favicon.unreadSFW}> <img src=#{Favicon.unreadNSFW}> <img src=#{Favicon.unreadDead}>"
|
||||
@nextElementSibling.innerHTML = """
|
||||
<img src=#{Favicon.default}>
|
||||
<img src=#{Favicon.unreadSFW}>
|
||||
<img src=#{Favicon.unreadNSFW}>
|
||||
<img src=#{Favicon.unreadDead}>
|
||||
"""
|
||||
usercss: ->
|
||||
if Conf['Custom CSS']
|
||||
CustomCSS.update()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user