fix comment: remove tracker tag from schedules.js module doc
This commit is contained in:
parent
fab2fdcc0a
commit
5e1abe4836
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
// tracking); reads the shared agent roster from state.js for the
|
// tracking); reads the shared agent roster from state.js for the
|
||||||
// target-chip pickers. Render + format helpers come from util.js.
|
// target-chip pickers. Render + format helpers come from util.js.
|
||||||
//
|
//
|
||||||
// Note: per-agent reminders moved to the in-container store in PR #2644
|
// Note: per-agent reminders moved to the in-container store (reminders
|
||||||
// and are no longer listed here — they surface via get_loose_ends /
|
// migration) and are no longer listed here — they surface via
|
||||||
// the todos pill on the agent page instead.
|
// get_loose_ends / the todos pill on the agent page instead.
|
||||||
|
|
||||||
import { $, el } from './common.js';
|
import { $, el } from './common.js';
|
||||||
import { themedConfirm, themedToast } from './modal.js';
|
import { themedConfirm, themedToast } from './modal.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue