From f390674ffc22d6a7810e825154fa203b85450772 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 16 Sep 2016 22:12:01 -0700 Subject: [PATCH] Remove parent container for JSON Index threads. I don't think this is currently needed. --- src/General/Index.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 5afa8c73d..5cb65deea 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -597,8 +597,6 @@ Index = error: err Main.handleErrors errors if errors - # Add the threads in a container to make sure all features work. - $.nodes Index.nodes Main.callbackNodes 'Thread', threads Main.callbackNodes 'Post', posts Index.updateHideLabel()