diff options
Diffstat (limited to '_includes/root_lantiq.html')
-rw-r--r-- | _includes/root_lantiq.html | 2 |
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; |