Extra class in Topic list

v1.18.x
Andrea Cardinale 10 years ago committed by root
parent 93fd938913
commit 5f0531e66a

@ -102,6 +102,10 @@
style.push('unread');
}
if (topic.extraClass) {
style.push(topic.extraClass);
}
return style.join(' ');
};

Loading…
Cancel
Save