MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / updateScheduleTriggerFields

Function updateScheduleTriggerFields

static/js/app.js:689–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687}
688
689function updateScheduleTriggerFields() {
690 if (!elements.scheduleTriggerType) return;
691 const triggerType = elements.scheduleTriggerType.value;
692 elements.scheduleIntervalFields.style.display = triggerType === 'interval' ? 'block' : 'none';
693 elements.scheduleTimepointFields.style.display = triggerType === 'timepoint' ? 'block' : 'none';
694}
695
696function buildCurrentRegistrationConfig() {
697 const selectedValue = elements.emailService.value;

Callers 3

initScheduleFormFunction · 0.85
resetScheduleFormFunction · 0.85
editScheduledJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected