Revert "FIX: body class from category not loadeing on topics on first load"
This reverts commit d15b698ac9
.
This commit is contained in:
parent
e7e96eb8af
commit
d5adf61458
|
@ -0,0 +1,5 @@
|
|||
import AddCategoryClass from 'discourse/mixins/add-category-class';
|
||||
|
||||
export default Em.View.extend(AddCategoryClass, {
|
||||
categoryFullSlug: Em.computed.alias('controller.category.fullSlug')
|
||||
});
|
Loading…
Reference in New Issue