From c7fc1d2f8c63c52dabbda5257e33e443e0fb89ef Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 24 Jul 2011 09:59:27 -0700 Subject: [PATCH] Unread -> unread --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index e894a2dcb..8459caa4b 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -817,7 +817,7 @@ $('.postarea form').submit(); } break; - case conf.UnreadCountTo0: + case conf.unreadCountTo0: unread.replies.length = 0; unread.updateTitle(); Favicon.update(); @@ -1039,7 +1039,7 @@ var arr, checked, description, dialog, hiddenNum, hiddenThreads, hidingul, html, input, key, li, link, main, obj, overlay, ul, _i, _j, _k, _len, _len2, _len3, _ref, _ref2, _ref3, _ref4; hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {}); hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length; - html = "

"; + html = "

"; dialog = $.el('div', { id: 'options', innerHTML: html diff --git a/script.coffee b/script.coffee index 5d6cbf9f1..79e189fc4 100644 --- a/script.coffee +++ b/script.coffee @@ -583,7 +583,7 @@ keybinds = qr.submit.call $ 'form', qr.el else $('.postarea form').submit() - when conf.UnreadCountTo0 + when conf.unreadCountTo0 unread.replies.length = 0 unread.updateTitle() Favicon.update() @@ -824,7 +824,7 @@ options = Expand selected image Expand all images Update now - Reset the unread count to 0 + Reset the unread count to 0