Skip to content

Commit

Permalink
Fix clicking on multiple words in audio file
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1046 committed Nov 8, 2018
1 parent fbc8f78 commit bfa2d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/webapp/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ $(document).ready(function() {
var time = timestamp_map[index];
if(time){
$('#audio')[0].currentTime = time;
$('#audio')[0].play();
}
}
}
Expand Down

0 comments on commit bfa2d77

Please sign in to comment.