From fa16f069ac180dfc69dc56bd352b29951b75017f Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 24 Jul 2011 09:56:31 -0700 Subject: [PATCH] change uct0 keybind --- 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 27a702569..e894a2dcb 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -134,7 +134,7 @@ expandImages: 'm', expandAllImages: 'M', update: 'u', - UnreadCountTo0: 'r' + unreadCountTo0: ')' }, updater: { checkbox: { diff --git a/script.coffee b/script.coffee index 8f805dda0..5d6cbf9f1 100644 --- a/script.coffee +++ b/script.coffee @@ -71,7 +71,7 @@ config = expandImages: 'm' expandAllImages: 'M' update: 'u' - UnreadCountTo0: 'r' + unreadCountTo0: ')' updater: checkbox: 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.']