From 06c1ae29e352adf54df0b57293c646871854e23f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 23 Jan 2018 23:52:34 -0800 Subject: [PATCH] Turn off Unread and related features on Tinyboard until working. --- src/Monitoring/ThreadWatcher.coffee | 2 +- src/site/SW.tinyboard.coffee | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Monitoring/ThreadWatcher.coffee b/src/Monitoring/ThreadWatcher.coffee index 8264b748c..f95f61b50 100644 --- a/src/Monitoring/ThreadWatcher.coffee +++ b/src/Monitoring/ThreadWatcher.coffee @@ -17,7 +17,7 @@ ThreadWatcher = @refreshButton = $ '.refresh', @dialog @closeButton = $('.move > .close', @dialog) @unreaddb = Unread.db or new DataBoard 'lastReadPosts' - @unreadEnabled = Conf['Remember Last Read Post'] + @unreadEnabled = Conf['Remember Last Read Post'] and Site.software is 'yotsuba' $.on d, 'QRPostSuccessful', @cb.post $.on sc, 'click', @toggleWatcher diff --git a/src/site/SW.tinyboard.coffee b/src/site/SW.tinyboard.coffee index d98eb95ac..3113642de 100644 --- a/src/site/SW.tinyboard.coffee +++ b/src/site/SW.tinyboard.coffee @@ -26,6 +26,9 @@ SW.tinyboard = 'Image Expansion (Menu)' 'Comment Expansion' 'Thread Expansion' + 'Favicon' + 'Unread' + 'Quote Threading' 'Thread Stats' 'Thread Updater' 'Mark New IPs'