From 8cedbdd893c88e0fec75f6694752791e3994bcba Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 4 Feb 2020 13:13:21 +0000 Subject: Jersey Met no longer lists Visibility or Sea State on the first page. --- index.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 049a656..b17f96d 100644 --- a/index.php +++ b/index.php @@ -91,9 +91,7 @@ if (!$nightmode) { echo "Min: $temp[0], Cur: $temp[1]

\n"; } echo "Summary: $misc[0]

\n"; -echo "Visibility: $misc[1]

\n"; -echo "Wind: $misc[2]

\n"; -echo "Sea state: $misc[3]

\n\n"; +echo "Wind: $misc[1]

\n"; echo "

Tomorrow

\n\n"; echo "

$valid[1]

\n"; @@ -102,8 +100,8 @@ if (!$nightmode) { } else { echo "Max: $temp[2], Min: $temp[3]

\n"; } -echo "Summary: $misc[4]

\n"; -echo "Wind: $misc[5]

"; +echo "Summary: $misc[2]

\n"; +echo "Wind: $misc[3]

"; ?> -- cgit v1.2.3