fix temperature unit
This commit is contained in:
@@ -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'))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user