formatting corrected

Corrected formatting due to Travis CI errors
This commit is contained in:
Dirk
2018-11-21 12:10:39 +01:00
committed by GitHub
parent 07770601f6
commit af459a5a28

View File

@@ -255,7 +255,7 @@ Module.register("calendar", {
timeWrapper.className = "time light " + timeClass;
timeWrapper.align = "left";
timeWrapper.style.paddingLeft = "2px";
timeWrapper.innerHTML = moment(event.startDate, "x").format('LT');
timeWrapper.innerHTML = moment(event.startDate, "x").format("LT");
eventWrapper.appendChild(timeWrapper);
titleWrapper.align = "right";
}