mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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");
|
||||
|
||||
if (this.config.colored) {
|
||||
eventWrapper.style.cssText = 'color:' + this.colorForUrl(event.url);
|
||||
eventWrapper.style.cssText = "color:" + this.colorForUrl(event.url);
|
||||
}
|
||||
|
||||
eventWrapper.className = "normal";
|
||||
@ -351,7 +351,7 @@ Module.register("calendar", {
|
||||
}
|
||||
}
|
||||
|
||||
return '#fff';
|
||||
return "#fff";
|
||||
},
|
||||
/* countTitleForUrl(url)
|
||||
* Retrieves the name for a specific url.
|
||||
|
Loading…
x
Reference in New Issue
Block a user