()
| 2050 | } |
| 2051 | |
| 2052 | function updateTextDecodeOutput() { |
| 2053 | elements$2.textDecodeOutput.value = decodeEscapedText(elements$2.textDecodeInput.value); |
| 2054 | } |
| 2055 | |
| 2056 | function closeTextDecodeModal() { |
| 2057 | elements$2.textDecodeModal.style.display = 'none'; |
no test coverage detected