diff --git a/bookmarklets.html b/bookmarklets.html
index 689c346b..95f3452f 100644
--- a/bookmarklets.html
+++ b/bookmarklets.html
@@ -107,7 +107,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions
diff --git a/index.html b/index.html
index 57df9b37..e43ac222 100644
--- a/index.html
+++ b/index.html
@@ -71,7 +71,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions
diff --git a/js/cloaks.js b/js/cloaks.js
index 63326062..e0851c1b 100644
--- a/js/cloaks.js
+++ b/js/cloaks.js
@@ -46,3 +46,6 @@ function loadCloaks() {
);
};
}
+window.onload = function () {
+ loadCloaks();
+}
\ No newline at end of file
diff --git a/js/main.js b/js/main.js
index 944e2379..02dacdf7 100644
--- a/js/main.js
+++ b/js/main.js
@@ -15,21 +15,20 @@ function check() {
window.onload = function () {
if (localStorage.getItem("theme")) {
- document.body.setAttribute("theme", localStorage.getItem("theme"))
+ document.body.setAttribute("theme", localStorage.getItem("theme"));
} else {
- document.body.setAttribute("theme", "main")
+ document.body.setAttribute("theme", "main");
}
- loadCloaks();
checkAlert();
check();
};
function checkAlert() {
- if (!Cookies.get("betaalert")) {
+ if (!Cookies.get("supportalert")) {
alert(
- "PLEASE READ.\nYour data from the main page will NOT transfer unless you use the Download and Upload Save feature.\nWanna add a quote? Go to the feedback form.\nThank you for beta testing the new ui! Send feedback at the feedback link in the header. Don't use the suggestions form. DM '@skysthelimit.dev' on discord if you need to say something immediately. Also DM me on discord if you beta tested, might give something a little special to y'all.\nThank you for supporting Selenite. Any and all feedback is greatly appreciated."
- );
- Cookies.set("betaalert", true, { expires: 1 });
+ 'Welcome to Selenite!\nTransferring from another website? Add "/transfer" to the end of the URL to see how to transfer your game data!\nI\'m a single developer that works on this website, so I would appreciate your support! You can pay on Patreon by clicking the "Support" button, which will have private links for all subscribers to use!\nPlease share this website with anyone you know, so this website can expand even more!\nGo to bookmarklets and then add "Selenite Minified" to your bookmarks :) \nJoin the Discord for the latest updates and newest links!\nI don\'t want to be annoying, so you won\'t see this message for another month (at least on this website) :)'
+ );
+ Cookies.set("supportalert", true, { expires: 31 });
}
}
function setPanicMode() {
@@ -47,7 +46,7 @@ function copyToClipboard(text) {
}
function setTheme(theme) {
- localStorage.setItem('theme', theme);
+ localStorage.setItem("theme", theme);
document.body.setAttribute("theme", theme);
}
function setPanicMode() {
@@ -56,4 +55,4 @@ function setPanicMode() {
return;
}
document.cookie = "panicurl=" + $("#panic").val();
-}
\ No newline at end of file
+}
diff --git a/projects.html b/projects.html
index b37041f2..64df3618 100644
--- a/projects.html
+++ b/projects.html
@@ -86,7 +86,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions
diff --git a/settings.html b/settings.html
index 291f400f..01f762e2 100644
--- a/settings.html
+++ b/settings.html
@@ -91,7 +91,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions
diff --git a/support.html b/support.html
index 1337b2a2..fd8df405 100644
--- a/support.html
+++ b/support.html
@@ -61,7 +61,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions
diff --git a/transfer.html b/transfer.html
index 4fa610c6..bd0d61cb 100644
--- a/transfer.html
+++ b/transfer.html
@@ -66,7 +66,7 @@
Source Code
Panic Mode
Transfer your data
- Feedback
+ Report a Bug
Discord
Suggestions