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