mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.4.41
This commit is contained in:
parent
9c5baeede1
commit
d65171c0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ function unfog(id) {
|
||||||
function getFileName(dataType) {
|
function getFileName(dataType) {
|
||||||
const name = mapName.value;
|
const name = mapName.value;
|
||||||
const type = dataType ? dataType + " " : "";
|
const type = dataType ? dataType + " " : "";
|
||||||
const dateString = new Date().toISOString().replace(/:[0-9]+\..*/, "").replaceAll(/[T:]/g, "-");
|
const dateString = new Date().toISOString().replace(/:[0-9]+\..*/, "").replace(/[T:]/g, "-");
|
||||||
return name + " " + type + dateString;
|
return name + " " + type + dateString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue