mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
Merge branch 'main' into ui-test
This commit is contained in:
commit
58e148d346
BIN
img/byvolptutorial.mp4
Normal file
BIN
img/byvolptutorial.mp4
Normal file
Binary file not shown.
@ -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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user