diff --git a/main.js b/main.js
index 86fab9fe..5265820a 100644
--- a/main.js
+++ b/main.js
@@ -330,7 +330,7 @@ function applyDefaultBiomesSystem() {
}
function showWelcomeMessage() {
- const post = link("https://www.reddit.com/r/FantasyMapGenerator/comments/ft5b41/update_new_version_is_published_military_update_v14/", "Main changes:"); // announcement on Reddit
+ const post = link("https://www.reddit.com/r/FantasyMapGenerator/comments/ft5b41/update_new_version_is_published_into_the_battle_v14/", "Main changes:"); // announcement on Reddit
const changelog = link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Changelog", "previous version");
const reddit = link("https://www.reddit.com/r/FantasyMapGenerator", "Reddit community");
const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server");
@@ -344,10 +344,11 @@ function showWelcomeMessage() {
Military forces changes (${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Military-Forces", "detailed description")})
Battle simulation (${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Battle-Simulator", "detailed description")})
Ice layer and Ice editor
-
Route and River Elevation profile
+
Route and River Elevation profile (by EvolvedExperiment)
Image Converter enhancement
Name generator improvement
-
Fogging style change
+
Improved integration with City Generator
+
Fogging restyle
You can can also download a ${desktop}.
diff --git a/modules/ui/elevation-profile.js b/modules/ui/elevation-profile.js
index 813bec57..c47c833c 100644
--- a/modules/ui/elevation-profile.js
+++ b/modules/ui/elevation-profile.js
@@ -244,8 +244,7 @@ function showElevationProfile(data, routeLen, isRiver) {
const add = 15;
let xwidth = chartData.points[1][0] - chartData.points[0][0];
- for (let k=0; k
0) {
let b = chartData.burg[k];
@@ -269,9 +268,7 @@ function showElevationProfile(data, routeLen, isRiver) {
document.getElementById("epScaleRange").removeEventListener("change", draw);
document.getElementById("epCurve").removeEventListener("change", draw);
document.getElementById("epSave").removeEventListener("click", downloadCSV);
-
document.getElementById("elevationGraph").innerHTML = "";
-
modules.elevation = false;
}
}