diff --git a/4chan_x.js b/4chan_x.js index e92ae5131..137476d7e 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1679,7 +1679,7 @@ l = unread.replies.length; if (g.dead) { if (l > 0) { - href = Favicon.headHalo; + href = Favicon.deadHalo; } else { href = Favicon.dead; } diff --git a/script.coffee b/script.coffee index e68012ec8..c065ee5f9 100644 --- a/script.coffee +++ b/script.coffee @@ -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