mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
@@ -73,6 +73,9 @@
|
||||
};
|
||||
|
||||
helpers.generateCategoryBackground = function(category) {
|
||||
if (!category) {
|
||||
return '';
|
||||
}
|
||||
var style = [];
|
||||
|
||||
if (category.bgColor) {
|
||||
|
||||
Reference in New Issue
Block a user