Fixed coloredSymbolOnly

This commit is contained in:
Parnic 2018-05-05 08:31:58 -05:00
parent 1081049074
commit 173499f496
No known key found for this signature in database
GPG Key ID: 4D9DED295F42CF55

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";