We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c712891 commit c5ff8a1Copy full SHA for c5ff8a1
1 file changed
FishFryCountdown/js/CurrentYear.js
@@ -90,6 +90,10 @@ function FishFryStatus(ashwednesday, goodfriday)
90
var d = new Date();
91
var cy = d.getFullYear() + 1;
92
nextyeardates(cy);
93
+ }
94
+ if (tt === gf)
95
+ {
96
+ rc = 3;
97
}
98
//alert(rc);
99
return rc;
0 commit comments