Skip to content

Commit

Permalink
Update order of select options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychurch committed Nov 15, 2013
1 parent 050d371 commit c2b679d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haml/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
-#%option{value: '2.667'} 2.667 — Major Eleventh
-#%option{value: '3.000'} 3.000 —Major Twelfth
%option{value: '1.067'} 1.067 — Minor Second
%option{value: '1.600'} 1.600 — Minor Sixth
%option{value: '1.200'} 1.200 — Minor Third
%option{value: '1.600'} 1.600 — Minor Sixth
%option{value: '1.778'} 1.778 — Minor Seventh
%option{value: '2.000'} 2.000 — Octave
%option{value: '1.333'} 1.333 — Perfect Fourth
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<option value='1.875'>1.875 &mdash; Major Seventh</option>
<option value='2.500'>2.500 &mdash; Major Tenth</option>
<option value='1.067'>1.067 &mdash; Minor Second</option>
<option value='1.600'>1.600 &mdash; Minor Sixth</option>
<option value='1.200'>1.200 &mdash; Minor Third</option>
<option value='1.600'>1.600 &mdash; Minor Sixth</option>
<option value='1.778'>1.778 &mdash; Minor Seventh</option>
<option value='2.000'>2.000 &mdash; Octave</option>
<option value='1.333'>1.333 &mdash; Perfect Fourth</option>
Expand Down

0 comments on commit c2b679d

Please sign in to comment.