From 8cb556262b9b6b90abca184b40c573030d7eeb82 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 23 May 2022 20:20:59 +0300 Subject: [PATCH] update supporters --- index.html | 2 +- modules/dynamic/supporters.js | 2 +- modules/ui/options.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e6883666..033b5720 100644 --- a/index.html +++ b/index.html @@ -6139,7 +6139,7 @@ - + diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index 13176f9a..bc60b37c 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 + Aaron Blair,Neyimadd,RLKZ1022 `); diff --git a/modules/ui/options.js b/modules/ui/options.js index cbafda84..e9fdf849 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -75,7 +75,7 @@ document // show popup with a list of Patreon supportes (updated manually, to be replaced with API call) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js"); + const {supporters} = await import("../dynamic/supporters.js?v=23052022"); alertMessage.innerHTML = ""; $("#alert").dialog({resizable: false, title: "Patreon Supporters", width: "54vw", position: {my: "center", at: "center", of: "svg"}}); }