Fossil SCM
Because this new check is too fast to see the progress indicator, make the final result label more explicit.
Commit
b6cf0c2052462bcc7730bba7cc13353cf404bbe42d7a2f80235ec1abeeea4907
Parent
c7ad43638da062e…
1 file changed
+1
-1
+1
-1
| --- src/robot.c | ||
| +++ src/robot.c | ||
| @@ -116,11 +116,11 @@ | ||
| 116 | 116 | @ x4.value = h; |
| 117 | 117 | @ const gcs = window.getComputedStyle(document.body); |
| 118 | 118 | @ if( gcs.zIndex==='0' ) { |
| 119 | 119 | @ E("x3").style.visibility="visible"; |
| 120 | 120 | @ E("x2").textContent=""; |
| 121 | - @ E("x1").textContent="All clear"; | |
| 121 | + @ E("x1").textContent="Robot-check passed"; | |
| 122 | 122 | @ E("x6").onsubmit=function(){E("x3").style.visibility="hidden";}; |
| 123 | 123 | @ E("x5").focus(); |
| 124 | 124 | @ } |
| 125 | 125 | @ },false); |
| 126 | 126 | @ </script> |
| 127 | 127 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -116,11 +116,11 @@ | |
| 116 | @ x4.value = h; |
| 117 | @ const gcs = window.getComputedStyle(document.body); |
| 118 | @ if( gcs.zIndex==='0' ) { |
| 119 | @ E("x3").style.visibility="visible"; |
| 120 | @ E("x2").textContent=""; |
| 121 | @ E("x1").textContent="All clear"; |
| 122 | @ E("x6").onsubmit=function(){E("x3").style.visibility="hidden";}; |
| 123 | @ E("x5").focus(); |
| 124 | @ } |
| 125 | @ },false); |
| 126 | @ </script> |
| 127 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -116,11 +116,11 @@ | |
| 116 | @ x4.value = h; |
| 117 | @ const gcs = window.getComputedStyle(document.body); |
| 118 | @ if( gcs.zIndex==='0' ) { |
| 119 | @ E("x3").style.visibility="visible"; |
| 120 | @ E("x2").textContent=""; |
| 121 | @ E("x1").textContent="Robot-check passed"; |
| 122 | @ E("x6").onsubmit=function(){E("x3").style.visibility="hidden";}; |
| 123 | @ E("x5").focus(); |
| 124 | @ } |
| 125 | @ },false); |
| 126 | @ </script> |
| 127 |