diff -r 82b232c8f305 -r 8d2376eb825c web/static/res/js/incplayer.js --- a/web/static/res/js/incplayer.js Thu Feb 07 15:06:40 2013 +0100 +++ b/web/static/res/js/incplayer.js Fri Feb 08 17:07:34 2013 +0100 @@ -25,7 +25,7 @@ // Controls this.playButton = null; - this.hdSdButton = null + this.hdSdButton = null; this.progressCurrent = null; this.progressDuration = null; this.progressCursor = null; @@ -429,7 +429,6 @@ } self.popSeq.on("cycle", function() { - console.log("CYCLE"); }); self.popSeq.on("ended", function() { @@ -557,7 +556,7 @@ media.play(); self.playerIsReady = true; self.recomputeDurationNoAutoPlay(); - console.log("ipad play event"); + self.logi("ipad play event"); } media.addEventListener('canplaythrough', mediaCanPlay, false);