chore: supporters update

This commit is contained in:
Azgaar 2023-11-07 13:49:39 +04:00
parent 42671053d3
commit 98c971b3c4
3 changed files with 9 additions and 3 deletions

View file

@ -7991,7 +7991,7 @@
<script src="modules/ui/stylePresets.js?v=1.93.07"></script>
<script src="modules/ui/general.js?v=1.93.04"></script>
<script src="modules/ui/options.js?v=1.93.07"></script>
<script src="modules/ui/options.js?v=1.93.08"></script>
<script src="main.js?v=1.93.02"></script>
<script defer src="modules/relief-icons.js"></script>

View file

@ -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`;

View file

@ -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;