Skip to content

Commit 8428745

Browse files
authored
Revised scope of flag G.i to include 1937
1 parent 055f171 commit 8428745

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
@@ -122,7 +122,7 @@ Rules.section304Analysis = function () {
122122
Values.d_term_end = Values.d_term_begin + 5;
123123
Values.d_notice_begin = Values.d_term_begin - 10;
124124
Values.d_notice_end = Values.d_term_end - 2;
125-
if (Values.cright_year > 1937) {
125+
if (Values.cright_year > 1936) {
126126
Rules.addFlag('G.i');
127127
}
128128
if (Values.cright_year == 1939) {

0 commit comments

Comments
 (0)