summaryrefslogtreecommitdiff
path: root/app/fronters/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/fronters/script.js')
-rwxr-xr-xapp/fronters/script.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/fronters/script.js b/app/fronters/script.js
index d76b702..b85dbd8 100755
--- a/app/fronters/script.js
+++ b/app/fronters/script.js
@@ -86,14 +86,14 @@ function loadApp() {
document.getElementById("selector-profiles").innerHTML += "<li><a href='#" + slot + "' onclick='localStorage.setItem(`default-slot`, slot);location.reload();'>" + slotData["name"] + "</a></li>";
}
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
document.getElementById("loader").innerHTML = "Starting application...";
let dc;
let dcName;
// Step 1
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
dc = document.getElementById("s1-default-card");
dcName = document.getElementById("s1-default-card-name");
@@ -120,7 +120,7 @@ function loadApp() {
}
// Step 2
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
dc = document.getElementById("s2-default-card");
dcName = document.getElementById("s2-default-card-name");
@@ -147,7 +147,7 @@ function loadApp() {
}
// Step 3
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
dc = document.getElementById("s3-default-card");
dcName = document.getElementById("s3-default-card-img");
@@ -174,7 +174,7 @@ function loadApp() {
}
// Step 4
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
dc = document.getElementById("s4-default-card");
dcName = document.getElementById("s4-default-card-img");
@@ -201,7 +201,7 @@ function loadApp() {
}
// Step 5
- window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
+ window.members = JSON.parse(localStorage.getItem("pluralkit-" + configSlot)).filter(i => i.name !== "unknown" && i.name !== "fusion" && i.name !== "smolscoots" && i.name !== "smoltwi").sort(() => Math.random() - 0.5);
dc = document.getElementById("s5-default-card");
dcName = document.getElementById("s5-default-card-name");