| author | hamidouk |
| Fri, 09 Dec 2011 15:35:03 +0100 | |
| branch | popcorn-port |
| changeset 444 | 9e58d99a4ae4 |
| parent 443 | 7612eced3867 |
| child 445 | c2eac11a9053 |
--- a/src/js/widgets/playerWidget.js Fri Dec 09 15:34:53 2011 +0100 +++ b/src/js/widgets/playerWidget.js Fri Dec 09 15:35:03 2011 +0100 @@ -75,7 +75,6 @@ */ IriSP.PlayerWidget.prototype.playButtonUpdater = function() { var status = this._Popcorn.media.paused; - console.log("called!"); if ( status == true ){ this.selector.find(".Ldt-CtrlPlay").attr("title", "Play");