Merge branch 'develop' into fixcompliments

This commit is contained in:
sam detweiler
2019-12-28 14:58:01 -06:00
committed by GitHub
7 changed files with 44 additions and 137 deletions

View File

@@ -180,6 +180,7 @@ Module.register("calendar", {
dateCell.colSpan = "3";
dateCell.innerHTML = dateAsString;
dateCell.style.paddingTop = "10px";
dateRow.appendChild(dateCell);
wrapper.appendChild(dateRow);