MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / updateRestartButton

Function updateRestartButton

web/js/api-key-dialog.js:388–392  ·  view source on GitHub ↗
(show)

Source from the content-addressed store, hash-verified

386}
387
388function updateRestartButton(show) {
389 if (!restartBtn) return;
390 restartBtn.hidden = !show;
391 restartBtn.disabled = false;
392}
393
394function setStatus(message, status) {
395 if (!statusEl) return;

Callers 2

handleSaveFunction · 0.70
pollOAuthStatusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected