mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Removed unnecessary tabs
This commit is contained in:
@@ -281,7 +281,7 @@ Module.register("calendar", {
|
|||||||
if (!this.config.coloredSymbolOnly) {
|
if (!this.config.coloredSymbolOnly) {
|
||||||
eventWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
eventWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
||||||
titleWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
titleWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
||||||
}
|
}
|
||||||
if (this.config.displaySymbol) {
|
if (this.config.displaySymbol) {
|
||||||
symbolWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
symbolWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user