Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/modules/dynamic/editors/states-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ function openStateMergeDialog() {
Hover over a row to highlight the state on the map.
</p>
<label style="display:flex; align-items:center; gap:.4em; margin:0; cursor:pointer">
<input id="mergeStatesToProvinces" type="checkbox" name="mergeToProvinces" />
<input id="mergeStatesToProvinces" type="checkbox" name="mergeToProvinces" class="native" />
<span>Merge <b>down to provinces</b>: instead of dissolving the selected states, demote each one into a single province of the ruling state (keeping its name, color and emblem).</span>
</label>
<main style='display: grid; grid-template-columns: 1fr 1fr; gap: .3em;'>
Expand Down
2 changes: 1 addition & 1 deletion public/modules/ui/editors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.122.12");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.122.13");
Editor.open();
}

Expand Down
Loading