()
| 30 | } |
| 31 | |
| 32 | function cancelBulkConvert() { |
| 33 | let dialog = document.getElementById('bulkConvertDialog'); |
| 34 | dialog.classList.remove('is-open'); |
| 35 | document.getElementById('dialogOverlay').style.display = 'none'; |
| 36 | } |
| 37 | |
| 38 | function bulkItemConvertColorInput(e) { |
| 39 | let background = document.getElementById('bulkConvertBackground').value; |
no outgoing calls
no test coverage detected