Missed one.
This commit is contained in:
parent
8b6ea725e4
commit
3a776fb5e1
@ -4957,7 +4957,7 @@
|
||||
for (ID in _ref) {
|
||||
post = _ref[ID];
|
||||
if (post.cb) {
|
||||
post.cb.call(post);
|
||||
post.cb();
|
||||
}
|
||||
}
|
||||
return QuoteThreading.hasRun = true;
|
||||
|
||||
@ -4960,7 +4960,7 @@
|
||||
for (ID in _ref) {
|
||||
post = _ref[ID];
|
||||
if (post.cb) {
|
||||
post.cb.call(post);
|
||||
post.cb();
|
||||
}
|
||||
}
|
||||
return QuoteThreading.hasRun = true;
|
||||
|
||||
@ -27,7 +27,7 @@ QuoteThreading =
|
||||
setup: ->
|
||||
$.off d, '4chanXInitFinished', QuoteThreading.setup
|
||||
|
||||
post.cb.call post for ID, post of g.posts when post.cb
|
||||
post.cb() for ID, post of g.posts when post.cb
|
||||
|
||||
QuoteThreading.hasRun = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user