FIX: rendering bug of private categories in category chooser
This commit is contained in:
parent
2c6fe8ec29
commit
ec1ea18877
|
@ -100,7 +100,7 @@ Discourse.HTML = {
|
|||
}
|
||||
|
||||
if (restricted) {
|
||||
html += "><div><i class='fa fa-group'></i> " + name + "</div></a>";
|
||||
html += "><div><i class='fa fa-group'></i> " + name + "</div></" + elem + ">";
|
||||
} else {
|
||||
html += ">" + name + "</" + elem + ">";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue