Skip to content

Commit 8eb582e

Browse files
authored
Fix mislabeled variable
1 parent 029cd65 commit 8eb582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/js/rules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Rules.s1q1d = function () {
287287
}
288288
if ((Values.user_inputted_k_year < 1978)
289289
&& ((Values.pub_year == undefined)
290-
&& (Values.contract_year == undefined))) {
290+
&& (Values.reg_year == undefined))) {
291291
result = Rules.conclusion('B.vii');
292292
} else {
293293
// Intercept the result so we can add encouragement if things look good

0 commit comments

Comments
 (0)