mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 14:16:25 +02:00
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user