This commit is contained in:
Baris Usakli
2013-10-28 10:27:03 -04:00
parent 78a3dd68ea
commit 7613f02eff

View File

@@ -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');