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