Skip to content

Commit

Permalink
added default to get current season
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Daniels committed Apr 27, 2013
1 parent 1313768 commit 87c77b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h5>Age</h5>
<div class="submenublock" id="foliage">
<h5>Foliage</h5>
<ul class="second_level">
<li><input type="radio" name="seasonalFoliage" id="currentSeasonList" onclick="changeSeason(0);" /> Current Season</li>
<li><input type="radio" name="seasonalFoliage" id="earlySpringList" onclick="changeSeason(1);" /> Early Spring</li>
<li><input type="radio" name="seasonalFoliage" id="lateSpringList" onclick="changeSeason(2);" /> Late Spring</li>
<li><input type="radio" name="seasonalFoliage" id="summerList" onclick="changeSeason(3);" /> Summer</li>
Expand Down

0 comments on commit 87c77b8

Please sign in to comment.