This commit is contained in:
Mayhem 2011-04-29 00:25:31 +02:00
parent cf3a8f73f3
commit ea73a1a417
2 changed files with 2 additions and 2 deletions

View File

@ -1679,7 +1679,7 @@
l = unread.replies.length;
if (g.dead) {
if (l > 0) {
href = Favicon.headHalo;
href = Favicon.deadHalo;
} else {
href = Favicon.dead;
}

View File

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