From ea73a1a41751939ef39c9cfc7dd7ce2b5f20cb8f Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 29 Apr 2011 00:25:31 +0200 Subject: [PATCH] Typo --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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