MCPcopy Create free account
hub / github.com/cppla/ServerStatus / closeDetail

Function closeDetail

web/js/app.js:479–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

477 drawLineChart('latChart', latencySeries, '暂无延迟数据', 'ms');
478}
479function closeDetail(){
480 $('detailModal').style.display = 'none';
481 S.openDetailKey = null;
482 document.removeEventListener('keydown', escCloseOnce);
483}
484function escCloseOnce(e){ if(e.key === 'Escape') closeDetail(); }
485
486function drawLineChart(id, series, emptyText, unit = ''){

Callers 3

refreshDetailFunction · 0.85
escCloseOnceFunction · 0.85
app.jsFile · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected