()
| 302 | } |
| 303 | |
| 304 | function updateTextDecodeOutput() { |
| 305 | elements.textDecodeOutput.value = decodeEscapedText(elements.textDecodeInput.value); |
| 306 | } |
| 307 | |
| 308 | function closeTextDecodeModal() { |
| 309 | elements.textDecodeModal.style.display = 'none'; |
no test coverage detected