diff --git a/public/templates/category.tpl b/public/templates/category.tpl index b980da79c5..320134ef11 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -42,8 +42,8 @@ -
+
@@ -112,7 +112,7 @@ numTopics = topics.length, x; - jQuery('.category.row').show(); + jQuery('#topics-container, .category-sidebar').show(); jQuery('#category-no-topics').hide(); topic.innerHTML = html;