mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
fixed linting issues
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user