Add test setup for custom calendar configuration

This commit is contained in:
rejas
2020-07-18 13:57:48 +02:00
parent 530c5d416a
commit a391445e5f
3 changed files with 57 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ Module.register("calendar", {
eventWrapper.style.cssText = "color:" + this.colorForUrl(event.url);
}
eventWrapper.className = "normal";
eventWrapper.className = "normal event";
if (this.config.displaySymbol) {
var symbolWrapper = document.createElement("td");