From 898b2b0f195dc3277d37c29f10d1fdabf7a0a0e3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 11 Dec 2011 03:44:10 +0100 Subject: [PATCH] Space the favicon previews. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 7e5bc4b3e..4ce2378fd 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1441,7 +1441,7 @@ $.cb.value.call(this); Favicon["switch"](); if (g.REPLY && conf['Unread Count']) Favicon.update(); - return this.nextElementSibling.innerHTML = ""; + return this.nextElementSibling.innerHTML = " "; } }; diff --git a/script.coffee b/script.coffee index 1e3452372..0c2adee42 100644 --- a/script.coffee +++ b/script.coffee @@ -1078,7 +1078,7 @@ options = $.cb.value.call @ Favicon.switch() Favicon.update() if g.REPLY and conf['Unread Count'] - @nextElementSibling.innerHTML = "" + @nextElementSibling.innerHTML = " " cooldown = #TODO merge into qr