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

Function escCloseOnce

web/js/app.js:484–484  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

482 document.removeEventListener('keydown', escCloseOnce);
483}
484function escCloseOnce(e){ if(e.key === 'Escape') closeDetail(); }
485
486function drawLineChart(id, series, emptyText, unit = ''){
487 const canvas = $(id);

Callers

nothing calls this directly

Calls 1

closeDetailFunction · 0.85

Tested by

no test coverage detected