mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
burg temperature graph - corrections
This commit is contained in:
parent
536f9d7470
commit
845245130f
1 changed files with 4 additions and 4 deletions
|
|
@ -621,11 +621,11 @@ function editBurg(id) {
|
||||||
const id = elSelected.attr("data-id");
|
const id = elSelected.attr("data-id");
|
||||||
showBurgTemperatureGraph(id);
|
showBurgTemperatureGraph(id);
|
||||||
}
|
}
|
||||||
function showTemperatureGraphs() {
|
|
||||||
const id = elSelected.attr("data-id");
|
|
||||||
showTGForBurg(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
function showTemperatureGraph() {
|
||||||
|
const id = elSelected.attr("data-id");
|
||||||
|
showBurgTemperatureGraph(id);
|
||||||
|
}
|
||||||
|
|
||||||
function removeSelectedBurg() {
|
function removeSelectedBurg() {
|
||||||
const id = +elSelected.attr('data-id');
|
const id = +elSelected.attr('data-id');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue