Fix typo.
This commit is contained in:
parent
2a087d633d
commit
2580a12e16
@ -15,7 +15,7 @@ ThreadWatcher =
|
|||||||
@status = $ '#watcher-status', @dialog
|
@status = $ '#watcher-status', @dialog
|
||||||
@list = @dialog.lastElementChild
|
@list = @dialog.lastElementChild
|
||||||
@refreshButton = $ '.refresh', @dialog
|
@refreshButton = $ '.refresh', @dialog
|
||||||
@closeButon = $('.move > .close', @dialog)
|
@closeButton = $('.move > .close', @dialog)
|
||||||
@unreaddb = Unread.db or new DataBoard 'lastReadPosts'
|
@unreaddb = Unread.db or new DataBoard 'lastReadPosts'
|
||||||
|
|
||||||
if Conf['Toggleable Thread Watcher']
|
if Conf['Toggleable Thread Watcher']
|
||||||
@ -25,7 +25,7 @@ ThreadWatcher =
|
|||||||
$.on d, 'QRPostSuccessful', @cb.post
|
$.on d, 'QRPostSuccessful', @cb.post
|
||||||
$.on sc, 'click', @toggleHidden
|
$.on sc, 'click', @toggleHidden
|
||||||
$.on @refreshButton, 'click', @fetchAllStatus
|
$.on @refreshButton, 'click', @fetchAllStatus
|
||||||
$.on @closeButon, 'click', @toggleHidden
|
$.on @closeButton, 'click', @toggleHidden
|
||||||
|
|
||||||
$.on d, '4chanXInitFinished', @ready
|
$.on d, '4chanXInitFinished', @ready
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user