in cmd/wasm/assets/index.js [62:71]
setupUI() {
const button = document.getElementById("button");
if (button) {
button.disabled = false;
button.classList.add("enabled");
button.onclick = () => this.applyCelFmt();
}
document.getElementById("input").value = CEL_PROGRAM_DEFAULT_VALUE;
}