Skip to content

Commit 8451849

Browse files
committed
Make latitude and longitude fields required
1 parent a7cf368 commit 8451849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ <h1>Sun and Moon Rise and Set Progress App</h1>
1313
min="-90"
1414
max="90"
1515
value="0"
16+
required
1617
/><br />
1718
<input
1819
type="number"
@@ -21,6 +22,7 @@ <h1>Sun and Moon Rise and Set Progress App</h1>
2122
min="-180"
2223
max="180"
2324
value="0"
25+
required
2426
/><br />
2527
<button id="calculate" onclick="calculate()">
2628
Calculate Rise and Set Times and Progress</button

0 commit comments

Comments
 (0)