Skip to content

Commit

Permalink
Merge pull request #188 from sul-cidr/safari-menu-fix
Browse files Browse the repository at this point in the history
Safari Menu Fix
  • Loading branch information
csbailey5t authored Oct 31, 2017
2 parents bd5b611 + 8339125 commit d08e4d4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,14 @@ <h4></h4>
<!-- <div class="panel-body"> -->
<div id="ribbons-ui">
<label for="show-ribbon">
<input id="show-ribbon" type="checkbox" value="all"> Show Ribbon: <select id="select-ribbon">
<optgroup label="Select a Ribbon">
<option value="standard_deviation">Melodic Contour</option>
<option value="attack_density">Rhythmic Activity</option>
</optgroup>
</select>
<input id="show-ribbon" type="checkbox" value="all"> Show Ribbon:
</label>
<select id="select-ribbon">
<optgroup label="Select a Ribbon">
<option value="standard_deviation">Melodic Contour</option>
<option value="attack_density">Rhythmic Activity</option>
</optgroup>
</select>
</div><!--/#ribbons-ui-->
<!-- </div> -->
</div><!--.list-group-->
Expand Down

0 comments on commit d08e4d4

Please sign in to comment.