We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1807b1 commit 2b0ddf6Copy full SHA for 2b0ddf6
apps/imc/app.js
@@ -75,8 +75,8 @@ var ImperialToMetricLiquid = {
75
};
76
var ImperialToMetricTemp = {
77
"" : { title : "Select Measurement", },
78
- "F-C" : () => { convertAndPrint("(E-32)/1.8", "F");},
79
- "F-K" : () => { convertAndPrint("((E-32)/1.8)+273.15", "F");}
+ "F-C" : () => { convertAndPrint("(E-32)/1.8", "C");},
+ "F-K" : () => { convertAndPrint("((E-32)/1.8)+273.15", "K");}
80
81
E.showMenu(mainmenu);
82
function convertAndPrint(equation, endText)
0 commit comments