mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
- Removed trailing space
This commit is contained in:
parent
c608636b7a
commit
3d5ad29eac
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user