Skip to content

Commit

Permalink
Merge remote-tracking branch 'acheetham/FLUID-4749' into demo
Browse files Browse the repository at this point in the history
* acheetham/FLUID-4749:
  FLUID-4749: Add title to volume controls container.
  • Loading branch information
michelled committed Oct 4, 2012
2 parents 37033ee + 4bd049c commit cf90e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/videoPlayer_template.html
Expand Up @@ -14,7 +14,7 @@
<div class="fl-videoPlayer-controller-buttons-main">
<button type="button" class="flc-videoPlayer-play fl-videoPlayer-button"></button>

<div class="flc-videoPlayer-volumeContainer fl-videoPlayer-volumeContainer">
<div class="flc-videoPlayer-volumeContainer fl-videoPlayer-volumeContainer" title="Volume controls. Use up and down arrows to adjust volume, space or enter to mute">
<button type="button" class="flc-videoPlayer-mute fl-videoPlayer-button"></button>
<div class="flc-videoPlayer-volumeControl"></div>
</div>
Expand Down

0 comments on commit cf90e98

Please sign in to comment.