From 6737501c5d6f250f023b0578ccd0d46336149731 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 1 Jun 2022 23:08:56 +0300 Subject: [PATCH] chore: supporters update --- index.html | 2 +- modules/dynamic/supporters.js | 2 +- modules/ui/options.js | 4 ++-- versioning.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 1c28078d..d8adfdd1 100644 --- a/index.html +++ b/index.html @@ -6120,7 +6120,7 @@ - + diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index bc60b37c..35a22313 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -40,5 +40,5 @@ export const supporters = format(` Jordan,William Markus,Sidr Dim,Alexander Whittaker,The Next Level,Patrick Valverde,Markus Peham,Daniel Cooper,the Beagles of Neorbus,Marley Moule, Maximilian Schielke,Johnathan Xavier Hutchinson,Ele,Rita,Randy Ross,John Wick,RedSpaz,cameron cannon,Ian Grau-Fay,Kyle Barrett,Charlotte Wiland, David Kaul,E. Jason Davis,Cyberate,Atenfox,Sea Wolf,Holly Loveless,Roekai,Alden Z,angel carrillo,Sam Spoerle,S A Rudy,Bird Law Expert,Mira Cyr, - Aaron Blair,Neyimadd,RLKZ1022 + Aaron Blair,Neyimadd,RLKZ1022,DerWolf,Kenji Yamada,Zion `); diff --git a/modules/ui/options.js b/modules/ui/options.js index c874e0ac..43fd82a1 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -73,9 +73,9 @@ document else if (id === "aboutTab") aboutContent.style.display = "block"; }); -// show popup with a list of Patreon supportes (updated manually, to be replaced with API call) +// show popup with a list of Patreon supportes (updated manually) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js?v=23052022"); + const {supporters} = await import("../dynamic/supporters.js?v=01062022"); alertMessage.innerHTML = ""; $("#alert").dialog({resizable: false, title: "Patreon Supporters", width: "54vw", position: {my: "center", at: "center", of: "svg"}}); } diff --git a/versioning.js b/versioning.js index 84b3d7ea..c904ead1 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.84.07"; // generator version, update each time +const version = "1.84.08"; // generator version, update each time { document.title += " v" + version;