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

Function closeAutoQuickRefreshModal

static/js/accounts.js:559–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557}
558
559function closeAutoQuickRefreshModal() {
560 autoQuickRefreshFormDirty = false;
561 elements.autoQuickRefreshModal?.classList.remove('active');
562}
563
564async function saveAutoQuickRefreshSettings() {
565 if (!elements.saveAutoQuickRefreshBtn) return;

Callers 2

initEventListenersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected