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 bc375c5 commit 369d14bCopy full SHA for 369d14b
apps/weather/clkinfo.js
@@ -10,7 +10,7 @@
10
weather.feels = require("locale").temp(weather.feels-273.15);
11
weather.hum = weather.hum + "%";
12
weather.wind = require("locale").speed(weather.wind).match(/^(\D*\d*)(.*)$/);
13
- weather.wind = Math.round(weather.wind[1]) + "kph";
+ weather.wind = Math.round(weather.wind[1]) + weather.wind[2];
14
} else {
15
weather = {
16
temp: "?",
0 commit comments