From 68f511a169aaa491acf7bf75ebdafaa61e414990 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 8 May 2011 23:54:43 -0700 Subject: [PATCH] god damn it. uso 2.5.0 --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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