From ecacaed705e58e24c49dd6b978fe1f4a6aaf211d Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 23 Jul 2011 21:16:45 -0700 Subject: [PATCH] scrolling description --- 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 90d56930a..19714ea6f 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -137,8 +137,8 @@ }, updater: { checkbox: { + 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.'], 'Verbose': [true, 'Show countdown timer, new post count'], - 'Scrolling': [false, 'Scroll updated posts into view'], 'Auto Update': [true, 'Automatically fetch new posts'] }, 'Interval': 30 diff --git a/script.coffee b/script.coffee index b6731d403..f783c4e31 100644 --- a/script.coffee +++ b/script.coffee @@ -72,8 +72,8 @@ config = update: 'u' updater: checkbox: + 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.'] 'Verbose': [true, 'Show countdown timer, new post count'] - 'Scrolling': [false, 'Scroll updated posts into view'] 'Auto Update': [true, 'Automatically fetch new posts'] 'Interval': 30