diff --git a/src/Quotelinks/QuoteThreading.coffee b/src/Quotelinks/QuoteThreading.coffee index ac3d26c41..1d34e5297 100755 --- a/src/Quotelinks/QuoteThreading.coffee +++ b/src/Quotelinks/QuoteThreading.coffee @@ -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