From a2765977726de6f0875b2a4656bf363ddfab5c07 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 13 Sep 2024 09:52:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20calamity?= =?UTF-8?q?-inc/omni.wf@54c56a8c6740ace3810cc55fc951825a665235df=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/profile.html b/profile.html index 2539145..ae8946c 100644 --- a/profile.html +++ b/profile.html @@ -381,7 +381,7 @@

Enemies

"EntratiLabSyndicate", "KahlSyndicate", - "RadioLegionIntermission10Syndicate", + "NIGHTWAVE", "LibrarySyndicate", "ConclaveSyndicate", "EventSyndicate", @@ -470,6 +470,7 @@

Enemies

fetch("https://browse.wf/warframe-public-export-plus/ExportCustoms.json").then(res => res.json()), fetch("https://browse.wf/warframe-public-export-plus/ExportEnemies.json").then(res => res.json()), fetch("https://browse.wf/warframe-public-export-plus/ExportFlavour.json").then(res => res.json()), + fetch("https://browse.wf/warframe-public-export-plus/ExportNightwave.json").then(res => res.json()), fetch("https://browse.wf/warframe-public-export-plus/ExportRegions.json").then(res => res.json()), fetch("https://browse.wf/warframe-public-export-plus/ExportSentinels.json").then(res => res.json()), fetch("https://browse.wf/warframe-public-export-plus/ExportSyndicates.json").then(res => res.json()), @@ -482,6 +483,7 @@

Enemies

ExportCustoms, ExportEnemies, ExportFlavour, + ExportNightwave, ExportRegions, ExportSentinels, ExportSyndicates, @@ -503,6 +505,14 @@

Enemies

window.profile = profile; //window.profile = { Results: [ { DisplayName: "asdasdasd", Created: { $date: { $numberLong: "1364064293561" } } } ] }; + for (let i = 0; i != syndicateTags.length; ++i) + { + if (syndicateTags[i] == "NIGHTWAVE") + { + syndicateTags[i] = ExportNightwave.affiliationTag; + } + } + document.getElementById("profile-nav").classList.remove("d-none"); activateTab(params.has("tab") ? params.get("tab") : "fashion"); // default tab