web/static/res/js/incplayer.js
changeset 19 26ab64495127
parent 18 f6232b308fbd
child 36 6cd5bc3dc7a2
--- 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';};
 		}
+		*/
 	};
 		 
 	// --------------------------------------------------------------------------------------------------------------------