mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
- Removed trailing space
This commit is contained in:
@@ -97,7 +97,7 @@ Module.register("weatherforecast",{
|
|||||||
this.forecast = [];
|
this.forecast = [];
|
||||||
this.loaded = false;
|
this.loaded = false;
|
||||||
this.updateTimer = null;
|
this.updateTimer = null;
|
||||||
|
|
||||||
if (this.config.autoLocation) {
|
if (this.config.autoLocation) {
|
||||||
this.sendSocketNotification("AUTO_LOCATION");
|
this.sendSocketNotification("AUTO_LOCATION");
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user