summaryrefslogtreecommitdiffstats
path: root/_includes/root_lantiq.html
diff options
context:
space:
mode:
authorErnesto Castellotti <ernesto@castellotti.net>2024-06-07 20:59:26 +0200
committerGitHub <noreply@github.com>2024-06-07 20:59:26 +0200
commite6bc83ba83152aa8ea24afc905d5f8394081d3f7 (patch)
tree8e79c751b0a587339ab5fcffce4508fcbbd60cbe /_includes/root_lantiq.html
parentAdd Calix ONU Vendor ID (#344) (diff)
downloadhack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar.gz
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar.bz2
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar.lz
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar.xz
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.tar.zst
hack-gpon.github.io-e6bc83ba83152aa8ea24afc905d5f8394081d3f7.zip
Diffstat (limited to '')
-rw-r--r--_includes/root_lantiq.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/root_lantiq.html b/_includes/root_lantiq.html
index fd8912c..4a0bd13 100644
--- a/_includes/root_lantiq.html
+++ b/_includes/root_lantiq.html
@@ -46,6 +46,8 @@
document.getElementById('start-button').disabled = false;
} else {
document.getElementById('browser-error').style.display = 'block';
+ document.getElementById('start-button').disabled = true;
+ document.getElementById('start-button').innerHTML=document.getElementById('start-button').innerText.strike();
}
const acontroller = new AbortController();
const cs = acontroller.signal;