Skip to content

Commit f65544b

Browse files
author
Rob Myers
authored
Merge pull request #110 from AAMike/patch-34
Gap grant fix
2 parents e823df3 + 0190269 commit f65544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress-plugin/js/rules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Rules.s1q1d = function () {
283283
if (Values.user_inputted_k_year != Values.k_year) {
284284
Rules.addFlag('H.i');
285285
}
286-
if ((Values.user_inputted_k_year < 1978)
286+
if ((Values.k_year < 1978)
287287
&& ((Values.pub_year == undefined)
288288
&& (Values.reg_year == undefined))) {
289289
result = Rules.conclusion('B.vii');

0 commit comments

Comments
 (0)