We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ff8a1 commit e65e42eCopy full SHA for e65e42e
1 file changed
FishFryCountdown/js/CurrentYear.js
@@ -84,7 +84,7 @@ function FishFryStatus(ashwednesday, goodfriday)
84
{
85
rc = 1;
86
}
87
- if (tt >= gf)
+ if (tt > gf)
88
89
rc = 2;
90
var d = new Date();
0 commit comments