Skip to content

Commit 46c7ac2

Browse files
author
Rob Myers
authored
Merge pull request #96 from AAMike/patch-24
eliminate optional registration year
2 parents 5a81e84 + fd05a5a commit 46c7ac2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pub/js/questions.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ Questions.s1q1c = {
9595
// When was the work registered with the United States Copyright Office?
9696

9797
Questions.s1q1ci = {
98-
question: 'When was the work registered with the United States Copyright Office? (Leave blank if unknown)',
98+
question: 'When was the work registered with the United States Copyright Office?)',
9999
explanation:'Before 1989, registration was one of the ways authors could secure copyright in their work. When a work was reigstered can affect copyright status and the timing of termination right.',
100100
variable: 'reg_year',
101-
input: 'year',
102-
optional: true
101+
input: 'year'
103102
};
104103

105104
// What is the date of the agreement or transfer? ...

0 commit comments

Comments
 (0)