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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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