Small fixes.

This commit is contained in:
Nicolas Stepien 2011-12-07 22:02:34 +01:00
parent 9460ec715c
commit ecf6df342b
2 changed files with 4 additions and 2 deletions

View File

@ -1299,6 +1299,7 @@
<li>Minutes: %M</li>\
</ul>\
<div class=error><code>Unread Count</code> is disabled.</div>\
Unread favicons<br>\
<select name=favicon>\
<option>ferongr</option>\
<option>None</option>\
@ -1438,7 +1439,7 @@
favicon: function() {
$.cb.value.call(this);
Favicon["switch"]();
Favicon.update();
if (g.REPLY) Favicon.update();
return this.nextElementSibling.innerHTML = "<img src=" + Favicon.unreadSFW + "><img src=" + Favicon.unreadNSFW + "><img src=" + Favicon.unreadDead + ">";
}
};

View File

@ -950,6 +950,7 @@ options =
<li>Minutes: %M</li>
</ul>
<div class=error><code>Unread Count</code> is disabled.</div>
Unread favicons<br>
<select name=favicon>
<option>ferongr</option>
<option>None</option>
@ -1072,7 +1073,7 @@ options =
favicon: ->
$.cb.value.call @
Favicon.switch()
Favicon.update()
Favicon.update() if g.REPLY
@nextElementSibling.innerHTML = "<img src=#{Favicon.unreadSFW}><img src=#{Favicon.unreadNSFW}><img src=#{Favicon.unreadDead}>"
cooldown =