(text)
| 150 | } |
| 151 | |
| 152 | function setRangeSummary(text) { |
| 153 | document.getElementById('range-summary').textContent = text; |
| 154 | } |
| 155 | |
| 156 | function buildPanels() { |
| 157 | const grid = document.getElementById('grid'); |
no outgoing calls
no test coverage detected