Turn off Unread and related features on Tinyboard until working.
This commit is contained in:
parent
ebb9cc11e6
commit
06c1ae29e3
@ -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
|
||||
|
||||
@ -26,6 +26,9 @@ SW.tinyboard =
|
||||
'Image Expansion (Menu)'
|
||||
'Comment Expansion'
|
||||
'Thread Expansion'
|
||||
'Favicon'
|
||||
'Unread'
|
||||
'Quote Threading'
|
||||
'Thread Stats'
|
||||
'Thread Updater'
|
||||
'Mark New IPs'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user