mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: typo
This commit is contained in:
parent
ba3a9d1598
commit
879cf6b692
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ function editWorld() {
|
|||
pane.insertAdjacentHTML("afterbegin", checkbox);
|
||||
|
||||
const button = this.parentElement.querySelector(".ui-dialog-buttonset > button");
|
||||
button.on("mousemove", () => tip("Apply curreny settings to the map"));
|
||||
button.on("mousemove", () => tip("Apply current settings to the map"));
|
||||
},
|
||||
close: function () {
|
||||
$(this).dialog("destroy");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue