Add the default favicon in the favicon previewer. #932

This commit is contained in:
Nicolas Stepien 2013-03-24 03:40:53 +01:00
parent b67ef911a4
commit e7d00f87e1

View File

@ -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()