Merge branch 'main' into ui-test

This commit is contained in:
sky 2023-09-15 17:16:37 -04:00 committed by GitHub
commit 58e148d346
2 changed files with 5 additions and 0 deletions

BIN
img/byvolptutorial.mp4 Normal file

Binary file not shown.

View File

@ -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 });