Skip to content

Commit c5ff8a1

Browse files
committed
Good Friday Correction
1 parent c712891 commit c5ff8a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FishFryCountdown/js/CurrentYear.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ function FishFryStatus(ashwednesday, goodfriday)
9090
var d = new Date();
9191
var cy = d.getFullYear() + 1;
9292
nextyeardates(cy);
93+
}
94+
if (tt === gf)
95+
{
96+
rc = 3;
9397
}
9498
//alert(rc);
9599
return rc;

0 commit comments

Comments
 (0)