Typo
This commit is contained in:
parent
cf3a8f73f3
commit
ea73a1a417
@ -1679,7 +1679,7 @@
|
|||||||
l = unread.replies.length;
|
l = unread.replies.length;
|
||||||
if (g.dead) {
|
if (g.dead) {
|
||||||
if (l > 0) {
|
if (l > 0) {
|
||||||
href = Favicon.headHalo;
|
href = Favicon.deadHalo;
|
||||||
} else {
|
} else {
|
||||||
href = Favicon.dead;
|
href = Favicon.dead;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1310,7 +1310,7 @@ Favicon =
|
|||||||
l = unread.replies.length
|
l = unread.replies.length
|
||||||
if g.dead
|
if g.dead
|
||||||
if l > 0
|
if l > 0
|
||||||
href = Favicon.headHalo
|
href = Favicon.deadHalo
|
||||||
else
|
else
|
||||||
href = Favicon.dead
|
href = Favicon.dead
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user