From c01c078fd27cfeb2328cc330bc2097a73980840e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 17 Sep 2016 22:43:51 -0700 Subject: [PATCH] Fix TeX sometimes not working in /sci/ catalog. --- src/General/Index.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 5afa8c73d..118b29abb 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -716,6 +716,7 @@ Index = $.rmAll Header.hover if Conf['Index Mode'] is 'catalog' $.add Index.root, nodes + $.event 'PostsInserted' if doc.contains Index.root else Index.buildReplies nodes if Conf['Show Replies'] Index.buildStructure nodes