We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee880de commit f4f2442Copy full SHA for f4f2442
src/index.html
@@ -232,6 +232,7 @@ <h1>Choose a License for Your Work</h1>
232
<li>
233
<fieldset id="waive-your-copyright">
234
<legend>Waive your copyright</legend>
235
+ <!-- [T]: needs another box here to verify ownership similar to "confirmation" -->
236
237
<div>
238
<input type="checkbox" id="waive" name="waive" value="waive" />
src/scripts.js
@@ -246,6 +246,7 @@ fieldsets.forEach((element, index) => {
246
}
247
if (state.parts[2] == 'require-attribution/no/') {
248
document.querySelector('#require-attribution').classList.remove('disable');
249
+ //document.querySelector('#confirmation').classList.remove('disable');
250
251
252
});
0 commit comments