Close #20
This commit is contained in:
@@ -239,6 +239,7 @@ function getCheckedApplications() {
|
||||
</optgroup>
|
||||
<optgroup label="Proprietary / Other">
|
||||
<option value="All Rights Reserved">All Rights Reserved</option>
|
||||
<option value="NASA Open-Source">NASA Open-Source</option>
|
||||
</optgroup>
|
||||
<option value="">Select a license</option> document.getElementById('licenses').addEventListener('change', function() {
|
||||
document.getElementById('licenses-hidden').value = this.value;
|
||||
|
Reference in New Issue
Block a user