Small fixes.
This commit is contained in:
parent
9460ec715c
commit
ecf6df342b
@ -1299,6 +1299,7 @@
|
|||||||
<li>Minutes: %M</li>\
|
<li>Minutes: %M</li>\
|
||||||
</ul>\
|
</ul>\
|
||||||
<div class=error><code>Unread Count</code> is disabled.</div>\
|
<div class=error><code>Unread Count</code> is disabled.</div>\
|
||||||
|
Unread favicons<br>\
|
||||||
<select name=favicon>\
|
<select name=favicon>\
|
||||||
<option>ferongr</option>\
|
<option>ferongr</option>\
|
||||||
<option>None</option>\
|
<option>None</option>\
|
||||||
@ -1438,7 +1439,7 @@
|
|||||||
favicon: function() {
|
favicon: function() {
|
||||||
$.cb.value.call(this);
|
$.cb.value.call(this);
|
||||||
Favicon["switch"]();
|
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 + ">";
|
return this.nextElementSibling.innerHTML = "<img src=" + Favicon.unreadSFW + "><img src=" + Favicon.unreadNSFW + "><img src=" + Favicon.unreadDead + ">";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -950,6 +950,7 @@ options =
|
|||||||
<li>Minutes: %M</li>
|
<li>Minutes: %M</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class=error><code>Unread Count</code> is disabled.</div>
|
<div class=error><code>Unread Count</code> is disabled.</div>
|
||||||
|
Unread favicons<br>
|
||||||
<select name=favicon>
|
<select name=favicon>
|
||||||
<option>ferongr</option>
|
<option>ferongr</option>
|
||||||
<option>None</option>
|
<option>None</option>
|
||||||
@ -1072,7 +1073,7 @@ options =
|
|||||||
favicon: ->
|
favicon: ->
|
||||||
$.cb.value.call @
|
$.cb.value.call @
|
||||||
Favicon.switch()
|
Favicon.switch()
|
||||||
Favicon.update()
|
Favicon.update() if g.REPLY
|
||||||
@nextElementSibling.innerHTML = "<img src=#{Favicon.unreadSFW}><img src=#{Favicon.unreadNSFW}><img src=#{Favicon.unreadDead}>"
|
@nextElementSibling.innerHTML = "<img src=#{Favicon.unreadSFW}><img src=#{Favicon.unreadNSFW}><img src=#{Favicon.unreadDead}>"
|
||||||
|
|
||||||
cooldown =
|
cooldown =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user