Skip to content

Commit e65e42e

Browse files
committed
Good Friday Correction
1 parent c5ff8a1 commit e65e42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FishFryCountdown/js/CurrentYear.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function FishFryStatus(ashwednesday, goodfriday)
8484
{
8585
rc = 1;
8686
}
87-
if (tt >= gf)
87+
if (tt > gf)
8888
{
8989
rc = 2;
9090
var d = new Date();

0 commit comments

Comments
 (0)