diff --git a/4chan_x.user.js b/4chan_x.user.js index 4567fc288..bbc96429c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2,7 +2,7 @@ // @name 4chan x // @namespace aeosynth // @description Adds various features. -// @version 2.16.0 +// @version 2.16.1 // @copyright 2009-2011 James Campos // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* @@ -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/changelog b/changelog index 2fa1a4866..c33640d5f 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ github + +2.16.1 - mayhem: - Make updater's settings dynamic diff --git a/header b/header index 4054e5990..3fb1be98e 100644 --- a/header +++ b/header @@ -2,7 +2,7 @@ // @name 4chan x // @namespace aeosynth // @description Adds various features. -// @version 2.16.0 +// @version 2.16.1 // @copyright 2009-2011 James Campos // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* diff --git a/script.coffee b/script.coffee index 5b67b814f..1e120496e 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