mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
code cleanup
This commit is contained in:
parent
e799435406
commit
b2657372ca
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ function editCultures() {
|
||||||
resizable: false,
|
resizable: false,
|
||||||
title: "Remove culture",
|
title: "Remove culture",
|
||||||
buttons: {
|
buttons: {
|
||||||
Remove: function () {urban
|
Remove: function () {
|
||||||
cults.select("#culture" + culture).remove();
|
cults.select("#culture" + culture).remove();
|
||||||
debug.select("#cultureCenter" + culture).remove();
|
debug.select("#cultureCenter" + culture).remove();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue