From 85e36e16785b5a667590b8da4722e44929a4a2d1 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Aug 2014 23:32:26 -0700 Subject: [PATCH] More debug print --- static/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/app.js b/static/js/app.js index a1afc5d..177abc1 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -165,6 +165,7 @@ var behaviors = { $("#player").jPlayer("play", parseInt(newTime)) } $(this).removeClass("dragging"); + console.log("slidestop") }).on("slide", function(){ newTime = $(".time-holder .player-slider").slider('getValue').val(); minutes = Math.floor(newTime/60)