fix temperature unit

This commit is contained in:
Vincent BOUQUET
2023-11-25 16:25:04 +01:00
parent 0ddc144a54
commit 23a8cd5555
2 changed files with 7 additions and 67 deletions

View File

@@ -466,7 +466,7 @@ function populateUIFromSessionStorage() {
$("#" + sessionStorage.key(i) + "_v").html(valueToLoad)
// for each element with id tu_v sets html to string of temp unit
$('div[id^="tu_v"]').html(sessionStorage.getItem('t1_tu'))
$('div[id^="t1_tu_v"]').html(sessionStorage.getItem('t1_tu'))
}
}