From f924a81963a7d1c99f804eeda9191c41386a8dec Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 29 Nov 2011 07:42:19 +0100 Subject: [PATCH] Comment regarding issue #23 --- script.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/script.coffee b/script.coffee index 17f2c9fc8..6484a3b21 100644 --- a/script.coffee +++ b/script.coffee @@ -1577,6 +1577,7 @@ updater = body = $.el 'body', innerHTML: @responseText + #this only works on Chrome because of cross origin policy if $('title', body).textContent is '4chan - Banned' updater.count.textContent = 'banned' updater.count.className = 'error'