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

This commit is contained in:
Azgaar 2024-08-01 11:58:51 +02:00
commit 364ccc1691
6 changed files with 98 additions and 88 deletions

View file

@ -1226,7 +1226,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.97.06");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.99.00");
Editor.open();
}

View file

@ -933,6 +933,6 @@ function viewCellDetails() {
}
async function overviewCharts() {
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.89.24");
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.99.00");
Overview.open();
}