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

Function resetGenerateLinkButtonState

static/js/payment.js:1203–1210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1201}
1202
1203function resetGenerateLinkButtonState() {
1204 const btn = document.getElementById("generate-link-btn");
1205 if (!btn) return;
1206 btn.disabled = false;
1207 if (btn.dataset.originalText) {
1208 btn.textContent = btn.dataset.originalText;
1209 }
1210}
1211
1212function getBindMode() {
1213 const modeSelect = document.getElementById("bind-mode-select");

Callers 4

bindBillingEventsFunction · 0.85
payment.jsFile · 0.85
selectPlanFunction · 0.85
generateLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected