Skip to content

Commit f4f2442

Browse files
account for missing checkbox on waive-your-copyright step
1 parent ee880de commit f4f2442

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ <h1>Choose a License for Your Work</h1>
232232
<li>
233233
<fieldset id="waive-your-copyright">
234234
<legend>Waive your copyright</legend>
235+
<!-- [T]: needs another box here to verify ownership similar to "confirmation" -->
235236

236237
<div>
237238
<input type="checkbox" id="waive" name="waive" value="waive" />

src/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ fieldsets.forEach((element, index) => {
246246
}
247247
if (state.parts[2] == 'require-attribution/no/') {
248248
document.querySelector('#require-attribution').classList.remove('disable');
249+
//document.querySelector('#confirmation').classList.remove('disable');
249250
}
250251

251252
});

0 commit comments

Comments
 (0)