in agent/src/utils.js [5:9]
export function domShow(className) { const element = domElement(className); element.style.display = 'block'; element.setAttribute('show', 'true'); }