diff -r f6232b308fbd -r 26ab64495127 web/static/res/js/incplayer.js --- a/web/static/res/js/incplayer.js Thu Oct 04 20:39:57 2012 +0200 +++ b/web/static/res/js/incplayer.js Fri Oct 05 13:44:45 2012 +0200 @@ -296,6 +296,7 @@ this.displayPlayButton = function(playIcon) { + /* if (playIcon) { // Controller display this.playButton.src = 'static/res/img/ctrlplayover.jpg'; @@ -307,6 +308,7 @@ this.playButton.onmouseover = function() {this.src='static/res/img/ctrlpauseover.jpg';}; this.playButton.onmouseout = function() {this.src='static/res/img/ctrlpause.jpg';}; } + */ }; // --------------------------------------------------------------------------------------------------------------------