Merge pull request #1279 from parnic/develop

Fixed coloredSymbolOnly
This commit is contained in:
Michael Teeuw
2018-05-05 18:38:54 +02:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ Module.register("calendar", {
var symbolWrapper = document.createElement("td");
if (this.config.colored && this.config.coloredSymbolOnly) {
symbolWrapper.style.cssText = "color:" + this.colorForUrl(event.ulr);
symbolWrapper.style.cssText = "color:" + this.colorForUrl(event.url);
}
symbolWrapper.className = "symbol align-right";