Skip to content

Commit

Permalink
Merge pull request #1279 from parnic/develop
Browse files Browse the repository at this point in the history
Fixed coloredSymbolOnly
  • Loading branch information
MichMich authored May 5, 2018
2 parents 1081049 + 173499f commit cfb39c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit cfb39c6

Please sign in to comment.