Skip to content

Commit 2b0ddf6

Browse files
authored
Update app.js
1 parent e1807b1 commit 2b0ddf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/imc/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ var ImperialToMetricLiquid = {
7575
};
7676
var ImperialToMetricTemp = {
7777
"" : { title : "Select Measurement", },
78-
"F-C" : () => { convertAndPrint("(E-32)/1.8", "F");},
79-
"F-K" : () => { convertAndPrint("((E-32)/1.8)+273.15", "F");}
78+
"F-C" : () => { convertAndPrint("(E-32)/1.8", "C");},
79+
"F-K" : () => { convertAndPrint("((E-32)/1.8)+273.15", "K");}
8080
};
8181
E.showMenu(mainmenu);
8282
function convertAndPrint(equation, endText)

0 commit comments

Comments
 (0)