We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0db55c + 9ea51f2 commit f04709aCopy full SHA for f04709a
1 file changed
apps/mountain-refuge-petri-wbs-demo/index.html
@@ -572,8 +572,8 @@ <h3 id="modalTitle">Notes</h3>
572
post:{roofDone:1, crew:1, tools:1, lift:1}},
573
574
{id:"utilities", label:"Install Utilities", x:1040, y:260, duration:3,
575
- pre:{wallsDone:1, roofDone:1, mUtil:1, crew:1, tools:1},
576
- post:{utilDone:1, crew:1, tools:1}},
+ pre:{wallsDone:1, roofDone:1, mUtil:1, crew:1, tools:1},
+ post:{utilDone:2, crew:1, tools:1}},
577
578
{id:"interior", label:"Interior Fit-Out", x:1040, y:200, duration:4,
579
pre:{utilDone:1, mInt:1, crew:1},
@@ -1283,7 +1283,7 @@ <h3 id="modalTitle">Notes</h3>
1283
autoRouteRunning = true;
1284
autoRouteBtn.disabled = true;
1285
autoRouteStatus.textContent = "Running example route…";
1286
- resetMarking(false);
+ resetMarking(true);
1287
1288
for(const step of exampleRoute){
1289
await sleep(350);
0 commit comments