From 98c971b3c4a556b703ce257692f06d5e0c6a5085 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 7 Nov 2023 13:49:39 +0400 Subject: [PATCH] chore: supporters update --- index.html | 2 +- modules/dynamic/supporters.js | 8 +++++++- modules/ui/options.js | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8930e303..88960704 100644 --- a/index.html +++ b/index.html @@ -7991,7 +7991,7 @@ - + diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index d35ae3b5..f65caf62 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -535,4 +535,10 @@ Rob Frantz Driver Tr4v3l3r Cooper Cantrell -Maximilien Bouillot`; +Maximilien Bouillot +J.E. Ellis +Igor +John Todd +burning.rosary +Shane Roppel +Hank Agrippa`; diff --git a/modules/ui/options.js b/modules/ui/options.js index 88dc380b..5ba03102 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -76,7 +76,7 @@ document // show popup with a list of Patreon supportes (updated manually) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js?v=1.93.03"); + const {supporters} = await import("../dynamic/supporters.js?v=1.93.08"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;