mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
feat(charts): pump version to 1.87.00
This commit is contained in:
parent
eaa0a41f36
commit
03b556ae86
6 changed files with 51 additions and 58 deletions
|
|
@ -533,7 +533,7 @@ function togglePercentageMode() {
|
|||
|
||||
async function showHierarchy() {
|
||||
if (customization) return;
|
||||
const HeirarchyTree = await import("../hierarchy-tree.js");
|
||||
const HeirarchyTree = await import("../hierarchy-tree.js?v=1.87.00");
|
||||
|
||||
const getDescription = religion => {
|
||||
const {name, type, form, rural, urban} = religion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue