Turn off Unread and related features on Tinyboard until working.

This commit is contained in:
ccd0 2018-01-23 23:52:34 -08:00
parent ebb9cc11e6
commit 06c1ae29e3
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ThreadWatcher =
@refreshButton = $ '.refresh', @dialog @refreshButton = $ '.refresh', @dialog
@closeButton = $('.move > .close', @dialog) @closeButton = $('.move > .close', @dialog)
@unreaddb = Unread.db or new DataBoard 'lastReadPosts' @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 d, 'QRPostSuccessful', @cb.post
$.on sc, 'click', @toggleWatcher $.on sc, 'click', @toggleWatcher

View File

@ -26,6 +26,9 @@ SW.tinyboard =
'Image Expansion (Menu)' 'Image Expansion (Menu)'
'Comment Expansion' 'Comment Expansion'
'Thread Expansion' 'Thread Expansion'
'Favicon'
'Unread'
'Quote Threading'
'Thread Stats' 'Thread Stats'
'Thread Updater' 'Thread Updater'
'Mark New IPs' 'Mark New IPs'