diff --git a/punch_list/css/custom.css b/punch_list/css/custom.css index 785b700..3de4566 100644 --- a/punch_list/css/custom.css +++ b/punch_list/css/custom.css @@ -22,7 +22,7 @@ textarea { .twelve.columns { width: 100%; margin-left: 0; } #newEvent { display: none;} -#editEvent { +#editPunch { display: none; } .punchlist { position: relative; diff --git a/punch_list/eventManage.js b/punch_list/eventManage.js index 0193832..e873a87 100644 --- a/punch_list/eventManage.js +++ b/punch_list/eventManage.js @@ -85,12 +85,12 @@ function genList(punchList) { if (punchList[i].progress.toLowerCase() != "in progress") { if (punchList[i].progress.toLowerCase() != "done") { console.log(`not in progress or not done`); - list += "