Skip to content

Commit

Permalink
Add the November Orionids to the web form
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed May 4, 2017
1 parent c011c39 commit ba01ed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion meteorflux/static/assets/js/meteorflux.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
debug = function (msg) { if (window.console != undefined) { console.log(msg); } }

var showers = [
{code:"GDR", r:"3.0", begin:"07/24", end:"07/30", max:"07/27", name:"July Gamma Draconids"},
{code:"QUA", r:"2.1", begin:"01/01", end:"01/05", max:"01/03", name:"Quadrantids "},
{code:"ACE", r:"2.0", begin:"01/28", end:"02/21", max:"02/07", name:"alpha-Centaurids "},
{code:"DLE", r:"3.0", begin:"02/15", end:"03/10", max:"02/24", name:"delta-Leonids "},
Expand Down Expand Up @@ -31,7 +32,8 @@
{code:"NTA", r:"2.3", begin:"09/25", end:"11/25", max:"11/12", name:"N-Taurids "},
{code:"LEO", r:"2.5", begin:"11/10", end:"11/23", max:"11/17", name:"Leonids "},
{code:"AMO", r:"2.4", begin:"11/15", end:"11/25", max:"11/21", name:"alpha-Monocerotids "},
{code:"PHO", r:"2.8", begin:"11/28", end:"12/09", max:"12/06", name:"December-Phoenicids"},
{code:"NOO", r:"2.0", begin:"11/14", end:"12/06", max:"11/15", name:"November Orionids"},
{code:"PHO", r:"2.8", begin:"11/28", end:"12/09", max:"12/06", name:"December-Phoenicids"},
{code:"PUP", r:"2.9", begin:"12/01", end:"12/15", max:"12/07", name:"Puppid-Velids "},
{code:"MON", r:"3.0", begin:"11/27", end:"12/17", max:"12/09", name:"Monocerotids "},
{code:"HYD", r:"3.0", begin:"12/03", end:"12/15", max:"12/12", name:"sigma-Hydrids "},
Expand Down
3 changes: 2 additions & 1 deletion meteorflux/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,15 @@ <h1>Customise</h1>
<option value="NTA">NTA - N-Taurids (11/12)</option>
<option value="LEO">LEO - Leonids (11/17)</option>
<option value="AMO">AMO - alpha-Monocerotids (11/21)</option>
<option value="NOO">NOO - November Orionids (11/25)</option>
<option value="PHO">PHO - December-Phoenicids (12/6)</option>
<option value="PUP">PUP - Puppid-Velids (12/7)</option>
<option value="MON">MON - Monocerotids (12/9)</option>
<option value="HYD">HYD - sigma-Hydrids (12/12)</option>
<option value="GEM">GEM - Geminids (12/14)</option>
<option value="COM">COM - Coma-Berenicids (12/19)</option>
<option value="URS">URS - Ursids (12/22)</option>
</optgroup>
</optgroup>
</select>
</div>
</div>
Expand Down

0 comments on commit ba01ed5

Please sign in to comment.