SlideStop debug print

This commit is contained in:
dave 2014-08-28 23:31:04 -07:00
parent 2f2376c829
commit c04b98663e
1 changed files with 1 additions and 1 deletions

View File

@ -164,8 +164,8 @@ var behaviors = {
} else {
$("#player").jPlayer("play", parseInt(newTime))
}
console.log("slideStop")
}).on("slide", function(){
paused = $("#player").data().jPlayer.status.paused
newTime = $(".time-holder .player-slider").slider('getValue').val();
minutes = Math.floor(newTime/60)
seconds = Math.floor(newTime-(minutes*60))