if there are no topics in a category and you make the first topic it doesnt show up until you reload the page

This commit is contained in:
psychobunny
2013-05-23 15:16:06 -04:00
parent 1f99666d9f
commit 0f51843213

View File

@@ -107,6 +107,9 @@
numTopics = topics.length,
x;
jQuery('.category.row').show();
jQuery('#category-no-topics').hide();
topic.innerHTML = html;
if (numTopics > 0) {
for(x=0;x<numTopics;x++) {