From d65171c0ecfbcf7be708d58847941116eb73891b Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 8 Aug 2020 02:10:27 +0300 Subject: [PATCH] v1.4.41 --- modules/ui/editors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 1b8b83c1..28c8a83f 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -546,7 +546,7 @@ function unfog(id) { function getFileName(dataType) { const name = mapName.value; 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; }