Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into charts-overview

This commit is contained in:
Azgaar 2022-06-23 23:29:43 +03:00
commit c1ee0b3094
4 changed files with 47 additions and 13 deletions

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=01062022");
const {supporters} = await import("../dynamic/supporters.js?v=19062022");
alertMessage.innerHTML =
"<ul style='column-count: 5; column-gap: 2em'>" + supporters.map(n => `<li>${n}</li>`).join("") + "</ul>";
$("#alert").dialog({