We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65e42e commit 027c23aCopy full SHA for 027c23a
1 file changed
FishFryCountdown/js/CurrentYear.js
@@ -95,7 +95,7 @@ function FishFryStatus(ashwednesday, goodfriday)
95
{
96
rc = 3;
97
}
98
- //alert(rc);
+ alert(rc);
99
return rc;
100
101
function addDays(date, days) {
0 commit comments