mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.4.35
This commit is contained in:
parent
a3f75c7f27
commit
7224addbc6
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ function regenerateEra() {
|
|||
}
|
||||
|
||||
function changeYear() {
|
||||
if (!yearInputthis.value) return;
|
||||
if (!yearInput.value) return;
|
||||
if (isNaN(+yearInput.value)) {tip("Current year should be a number", false, "error"); return;}
|
||||
options.year = +yearInput.value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue