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

Function updateLoadButton

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

Source from the content-addressed store, hash-verified

600}
601
602function updateLoadButton() {
603 const btn = ui.loadBtn;
604 if (!btn) return;
605 if (currentSection === 'online') {
606 btn.textContent = '加载';
607 btn.title = '';
608 } else {
609 btn.textContent = '刷新';
610 btn.title = '';
611 }
612}
613
614function updateDeleteButton() {
615 const btn = ui.deleteBtn;

Callers 5

updateToolbarForSectionFunction · 0.85
stopBatchLoadFunction · 0.85
startBatchLoadFunction · 0.85
processBatchQueueFunction · 0.85
finishBatchLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected