config generate markers dialog

This commit is contained in:
Azgaar 2021-09-26 13:01:11 +03:00 committed by Dranorter
parent e12e37a24d
commit 91f0c3e860
4 changed files with 80 additions and 3 deletions

View file

@ -18,6 +18,9 @@ function editWorld() {
buttons[2].addEventListener("mousemove", () => tip("Click to set map size to cover the Tropical latitudes"));
buttons[3].addEventListener("mousemove", () => tip("Click to set map size to cover the Southern latitudes"));
buttons[4].addEventListener("mousemove", () => tip("Click to restore default wind directions"));
},
close: function () {
$(this).dialog("destroy");
}
});