File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ <h2>Sorry!</h2>
146
146
http://code.createjs.com -->
147
147
148
148
<!-- other libraries -->
149
- < script src ="http ://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
149
+ < script src ="https ://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
150
150
151
151
< script type ="text/javascript " id ="editable ">
152
152
function init ( ) {
@@ -249,7 +249,7 @@ <h2>Sorry!</h2>
249
249
if ( seeking ) {
250
250
return ;
251
251
}
252
- $ ( "#thumb" ) . css ( "left" , instance . getPosition ( ) / instance . getDuration ( ) * $ ( "#track" ) . width ( ) ) ;
252
+ $ ( "#thumb" ) . css ( "left" , instance . position / instance . duration * $ ( "#track" ) . width ( ) ) ;
253
253
} , 30 ) ;
254
254
}
255
255
</ script >
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ <h2>Sorry!</h2>
252
252
with the device and browser you are using. Thank you.</ p >
253
253
</ div >
254
254
255
- < script src ="http ://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
256
- < script src ="http ://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js "> </ script >
255
+ < script src ="https ://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
256
+ < script src ="https ://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js "> </ script >
257
257
258
258
< script type ="text/javascript " src ="../lib/soundjs-NEXT.js "> </ script >
259
259
<!-- Note: FlashAudioPlugin is only needed to support older browsers -->
You can’t perform that action at this time.
0 commit comments