mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
closes #457
This commit is contained in:
@@ -85,7 +85,7 @@ define(function () {
|
|||||||
}),
|
}),
|
||||||
topic = $(html),
|
topic = $(html),
|
||||||
container = $('#topics-container'),
|
container = $('#topics-container'),
|
||||||
topics = $('#topics-container').children(),
|
topics = $('#topics-container').children('.category-item'),
|
||||||
numTopics = topics.length;
|
numTopics = topics.length;
|
||||||
|
|
||||||
jQuery('#topics-container, .category-sidebar').removeClass('hidden');
|
jQuery('#topics-container, .category-sidebar').removeClass('hidden');
|
||||||
|
|||||||
Reference in New Issue
Block a user