From 9f6c6ec1c60cd167a48fc978d93e2c94b0839b7f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 24 Nov 2011 00:31:26 +0100 Subject: [PATCH] Revert "disable thread updater for mootykins" This reverts commit 24ac28a4841e3518848420820c09d12149516a01. --- 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 6cf59d22c..9b15de2c0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -94,7 +94,7 @@ 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'] }, Monitoring: { - 'Thread Updater': [false, 'Update threads. Has more options in its own dialog.'], + 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'], 'Unread Count': [true, 'Show unread post count in tab title'], 'Post in Title': [true, 'Show the op\'s post in the tab title'], 'Thread Stats': [true, 'Display reply and image count'], diff --git a/script.coffee b/script.coffee index bb8570d7c..222360b43 100644 --- a/script.coffee +++ b/script.coffee @@ -23,7 +23,7 @@ config = 'Sauce': [true, 'Add sauce to images'] 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'] Monitoring: - 'Thread Updater': [false, 'Update threads. Has more options in its own dialog.'] + 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'] 'Unread Count': [true, 'Show unread post count in tab title'] 'Post in Title': [true, 'Show the op\'s post in the tab title'] 'Thread Stats': [true, 'Display reply and image count']