Removed unnecessary tabs

This commit is contained in:
TheDuffman85 2021-02-09 15:21:14 +01:00 committed by GitHub
parent 3dacce6675
commit 5ffd20b843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ Module.register("calendar", {
if (!this.config.coloredSymbolOnly) {
eventWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
titleWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
}
}
if (this.config.displaySymbol) {
symbolWrapper.style.cssText = "color:" + this.config.customEvents[ev].color;
}