Fix minor error (typo), that could lead to an error message in system log if network is offline.

multiprovider
Jens Lody 11 years ago
parent 144cfbd3c4
commit d50365a8ac
  1. 2
      src/extension.js

@ -1565,7 +1565,7 @@ weather-storm.png = weather-storm-symbolic.svg
if (this._connected)
this.parseWeatherForecast();
else
this.rebuildForecastWeatherUi()
this.rebuildFutureWeatherUi()
return true;
}));
},

Loading…
Cancel
Save