()
| 181 | } |
| 182 | |
| 183 | function hideModalWarning() { |
| 184 | document.getElementById("modal-warning").classList.remove("show"); |
| 185 | } |
| 186 | |
| 187 | function getVisibleCheckedCheckboxes() { |
| 188 | // Get all checked checkboxes and filter out those in hidden rows |
no outgoing calls
no test coverage detected