diff --git a/punch_list/backlogManage.js b/punch_list/backlogManage.js
index 4ba89bc..b90b656 100644
--- a/punch_list/backlogManage.js
+++ b/punch_list/backlogManage.js
@@ -90,10 +90,11 @@ function genList(punchList, element) {
var list = '
';
for (i = 0; i < listLength; i++) {
+ if (punchList[i].progress.toLowerCase() === "in progress") { var style = "inProgress" } else { var style = "punch-default" }
if (punchList[i].progress.toLowerCase() === "done" && punchList[i].priority != 99999) {
setPriority(punchList[i].uuid, 99999);
} else if (punchList[i].progress.toLowerCase() != "done"){
- list += '