diff --git a/img/byvolptutorial.mp4 b/img/byvolptutorial.mp4 new file mode 100644 index 00000000..dd643940 Binary files /dev/null and b/img/byvolptutorial.mp4 differ diff --git a/js/main.js b/js/main.js index a90c66f5..0a86bb68 100644 --- a/js/main.js +++ b/js/main.js @@ -5,6 +5,11 @@ function check() { clearInterval(interval); const body = document.querySelector("body"); body.style.removeProperty("display"); + if(Math.random() > 0.97) { + if(confirm("Want to help Selenite? Try out the new UI and give feedback! Click OK to go to the new UI or click Cancel to ignore.") == true){ + window.location.href = "https://ui-test.selenite.pages.dev"; + } + } } if ($("#panicmode").length > 0) { $("#panicmode").prop({ href: panicurl });