()
| 202 | } |
| 203 | |
| 204 | export function enablePredictButton() { |
| 205 | document.getElementById('predict').removeAttribute('disabled'); |
| 206 | } |
| 207 | |
| 208 | export function disablePredictButton() { |
| 209 | document.getElementById('predict').setAttribute('disabled', true); |
nothing calls this directly
no outgoing calls
no test coverage detected