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

v1.18.x
psychobunny 12 years ago
parent 1f99666d9f
commit 0f51843213

@ -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++) {

Loading…
Cancel
Save