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

Function stopBindTaskAutoRefresh

static/js/payment.js:1182–1186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1180}
1181
1182function stopBindTaskAutoRefresh() {
1183 if (!bindTaskAutoRefreshTimer) return;
1184 clearInterval(bindTaskAutoRefreshTimer);
1185 bindTaskAutoRefreshTimer = null;
1186}
1187
1188function setButtonLoading(buttonId, loadingText, isLoading) {
1189 const btn = document.getElementById(buttonId);

Callers 2

startBindTaskAutoRefreshFunction · 0.85
payment.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected