diff --git a/check.html b/check.html index 1541e1b..ec38861 100644 --- a/check.html +++ b/check.html @@ -66,36 +66,60 @@

Welcome

+

This application will access your camera and complete a video test stream.

- The test will take a few minutes to complete.
- ⭐⭐⭐ + The full test will take a few minutes to complete.
+ ⭐⭐⭐⭐

+ + + @@ -164,8 +188,17 @@ function next2(){ document.getElementById("page2").classList.add("hidden"); + document.getElementById("page2a").classList.remove("hidden"); + setTimeout(function(){ + if (document.getElementById("playButton") && !document.getElementById("playButton").skip){ + next2a(); + } + },10000); + } + + function next2a(){ + document.getElementById("page2a").classList.add("hidden"); document.getElementById("page3").classList.remove("hidden"); - loadIframe(region); } function next3(){ @@ -749,6 +782,46 @@ // now clear the right-most pixels: context.clearRect(width - 1, 0, 1, height); } + + + + + + diff --git a/index.html b/index.html index bfa072e..eb8e74d 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -83,7 +83,7 @@ - +