()
| 62 | } |
| 63 | |
| 64 | function updateModelSelect() { |
| 65 | const select = document.getElementById('model-select'); |
| 66 | img_path = modelFigureMapping[select.value]; |
| 67 | document.getElementById('other-model-figure').src = img_path; |
| 68 | } |
| 69 | |
| 70 | function populateModels(models) { |
| 71 | const select = document.getElementById('model-select'); |
no outgoing calls
no test coverage detected