Skip to content

Commit d6e7d6f

Browse files
committed
CfC
1 parent 2f9736f commit d6e7d6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/2026.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@ function compute(group, template, deliverables, charter) {
298298
publicGithub.classList.remove('todo');
299299
}
300300

301+
// Decision policy
302+
const cfc = draft.getElementById("cfc");
303+
const oldcfc = charter.getElementById("cfc");
304+
if (cfc && oldcfc) {
305+
cfc.replaceWith(oldcfc.cloneNode(true));
306+
}
307+
301308
// history
302309
const history = draft.querySelector("table.history");
303310
const oldhistory = charter.querySelector("table.history");

0 commit comments

Comments
 (0)