diff --git a/4chan_x.js b/4chan_x.js index 0208a1de4..8198386c5 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1226,7 +1226,7 @@ }, thread: function(node) { var div; - node = thread.op(node); + node = threading.op(node); if (g.REPLY) { return; } diff --git a/script.coffee b/script.coffee index 4702a4746..bdd92002b 100644 --- a/script.coffee +++ b/script.coffee @@ -986,7 +986,7 @@ threading = op thread: (node) -> - node = thread.op node + node = threading.op node return if g.REPLY