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 8c8b752 commit 28baf8aCopy full SHA for 28baf8a
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]) + weather.wind[2];
+ weather.wind = Math.round(weather.wind[1]) +" "+ weather.wind[2];
14
} else {
15
weather = {
16
temp: "?",
0 commit comments