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

Function updateRestartButton

web/js/chat-apps-dialog.js:285–289  ·  view source on GitHub ↗
(show)

Source from the content-addressed store, hash-verified

283}
284
285function updateRestartButton(show) {
286 if (!restartBtn) return;
287 restartBtn.hidden = !show;
288 restartBtn.disabled = false;
289}
290
291function setStatus(message, status) {
292 if (!statusEl) return;

Callers 2

populateFormFunction · 0.70
handleSaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected