Current Version(without the save changes)

This commit is contained in:
StempunkDev 2023-07-28 15:39:34 +02:00
parent 0936a03c60
commit 104fd9b8d5
5 changed files with 14 additions and 17 deletions

View file

@ -589,7 +589,7 @@ async function parseLoadedData(data) {
// set options
yearInput.value = options.year;
eraInput.value = options.era;
temperatureSouthPoleOutput.value = temperatureSouthPoleInput.value = options.SouthPoleTemperature;
temperatureSouthPoleOutput.value = temperatureSouthPoleInput.value = options.tempSouthPole;
shapeRendering.value = viewbox.attr("shape-rendering") || "geometricPrecision";
if (window.restoreDefaultEvents) restoreDefaultEvents();