mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
fixed linting issues
This commit is contained in:
parent
bc257f4951
commit
5c0b04bfc8
@ -117,7 +117,7 @@ Module.register("calendar", {
|
|||||||
var eventWrapper = document.createElement("tr");
|
var eventWrapper = document.createElement("tr");
|
||||||
|
|
||||||
if (this.config.colored) {
|
if (this.config.colored) {
|
||||||
eventWrapper.style.cssText = 'color:' + this.colorForUrl(event.url);
|
eventWrapper.style.cssText = "color:" + this.colorForUrl(event.url);
|
||||||
}
|
}
|
||||||
|
|
||||||
eventWrapper.className = "normal";
|
eventWrapper.className = "normal";
|
||||||
@ -351,7 +351,7 @@ Module.register("calendar", {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return '#fff';
|
return "#fff";
|
||||||
},
|
},
|
||||||
/* countTitleForUrl(url)
|
/* countTitleForUrl(url)
|
||||||
* Retrieves the name for a specific url.
|
* Retrieves the name for a specific url.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user