We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055f171 commit 8428745Copy full SHA for 8428745
wordpress-plugin/js/rules.js
@@ -122,7 +122,7 @@ Rules.section304Analysis = function () {
122
Values.d_term_end = Values.d_term_begin + 5;
123
Values.d_notice_begin = Values.d_term_begin - 10;
124
Values.d_notice_end = Values.d_term_end - 2;
125
- if (Values.cright_year > 1937) {
+ if (Values.cright_year > 1936) {
126
Rules.addFlag('G.i');
127
}
128
if (Values.cright_year == 1939) {
0 commit comments