MCPcopy Create free account
hub / github.com/TQZHR/grok2api / updateDeleteButton

Function updateDeleteButton

app/static/cache/cache.js:614–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

612}
613
614function updateDeleteButton() {
615 const btn = ui.deleteBtn;
616 if (!btn) return;
617 if (currentSection === 'online') {
618 btn.textContent = '清理';
619 btn.title = '';
620 } else {
621 btn.textContent = '删除';
622 btn.title = '';
623 }
624}
625
626
627function setActionButtonsState() {

Callers 5

updateToolbarForSectionFunction · 0.85
stopBatchDeleteFunction · 0.85
startBatchDeleteFunction · 0.85
processDeleteQueueFunction · 0.85
finishBatchDeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected