This should have been removed in e74cd4e961c3d623e622dd9d56e66ed4992331e4, not made unconditional.

This commit is contained in:
ccd0 2014-11-23 19:16:45 -08:00
parent 55e787931c
commit 85cdf666c6

View File

@ -17,16 +17,10 @@ QuoteThreading =
el: @controls
order: 98
$.on d, '4chanXInitFinished', @ready
Post.callbacks.push
name: 'Quote Threading'
cb: @node
ready: ->
$.off d, '4chanXInitFinished', QuoteThreading.ready
QuoteThreading.force()
force: ->
g.posts.forEach (post) ->
post.cb true if post.cb