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

Function closeProxyModal

static/js/settings.js:1051–1054  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1049
1050// 关闭代理模态框
1051function closeProxyModal() {
1052 elements.addProxyModal.classList.remove('active');
1053 elements.proxyItemForm.reset();
1054}
1055
1056function openProxyBatchImportModal() {
1057 if (!elements.proxyBatchImportModal) return;

Callers 2

initEventListenersFunction · 0.85
handleSaveProxyItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected