mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
chore: supporters update
This commit is contained in:
parent
dec09e4bf2
commit
6737501c5d
4 changed files with 5 additions and 5 deletions
|
|
@ -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 = "<ul style='column-count: 5; column-gap: 2em'>" + supporters.map(n => `<li>${n}</li>`).join("") + "</ul>";
|
||||
$("#alert").dialog({resizable: false, title: "Patreon Supporters", width: "54vw", position: {my: "center", at: "center", of: "svg"}});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue