diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 639896bf4..3d4678b9d 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -272,6 +272,7 @@ Index = hover: -> doc.classList.toggle 'catalog-hover-expand', Conf['Catalog Hover Expand'] + Index.cb.replies() if Conf['Show Replies'] and Conf['Catalog Hover Expand'] popstate: (e) -> if e?.state @@ -792,7 +793,7 @@ Index = buildCatalog: (threads) -> Index.buildCatalogViews threads Index.sizeCatalogViews threads - Index.buildCatalogReplies threads if Conf['Show Replies'] + Index.buildCatalogReplies threads if Conf['Show Replies'] and Conf['Catalog Hover Expand'] nodes = [] for thread in threads unless thread.nodes.placeholder