Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jl committed Aug 31, 2016
1 parent 9d0d531 commit e983c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="control-button-container">
<span class="glyphicon glyphicon-step-backward clickable control-button" ng-click="lmsPost(['button','jump_rew']);"></span>
<span ng-class="data.mode != 'play' ? 'glyphicon glyphicon-play clickable control-button' : 'glyphicon glyphicon-pause clickable control-button';" ng-click="lmsPost(['pause']);"></span>
<span class="glyphicon glyphicon-step-forward clickable control-button" ng-clich="lmsPost(['button','jump_fwd']);"></span>
<span class="glyphicon glyphicon-step-forward clickable control-button" ng-click="lmsPost(['button','jump_fwd']);"></span>
</div>
<input style="margin-bottom:10px;margin-top:0px;" class="clickable" type="range" min="0" max="{{data.duration ? data.duration : 0}}" ng-model="trackpos" ng-mousedown="TrackPosChange=1;" ng-mouseup="lmsPost(['time',trackpos]);TrackPosChange=0;">
<p style="text-align:left;">
Expand Down

0 comments on commit e983c0b

Please sign in to comment.