mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 09:36:16 +01:00
fix: add missing tracking
This commit is contained in:
@@ -12,7 +12,7 @@ define('categorySelector', [
|
|||||||
options = options || {};
|
options = options || {};
|
||||||
const onSelect = options.onSelect || function () {};
|
const onSelect = options.onSelect || function () {};
|
||||||
|
|
||||||
options.states = options.states || ['watching', 'notwatching', 'ignoring'];
|
options.states = options.states || ['watching', 'tracking', 'notwatching', 'ignoring'];
|
||||||
options.template = options.template || 'partials/category/selector-dropdown-left';
|
options.template = options.template || 'partials/category/selector-dropdown-left';
|
||||||
hooks.fire('action:category.selector.options', { el: el, options: options });
|
hooks.fire('action:category.selector.options', { el: el, options: options });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user