enlever alert
authorsamuel huron <admin@cybunk.com>
Tue, 15 Jun 2010 14:04:01 +0200
changeset 49 af3778eab5e8
parent 40 06e691528710
child 50 1ecfe4720da7
enlever alert
web/static/js/LdtPlayer.js
--- a/web/static/js/LdtPlayer.js	Mon Jun 14 15:23:07 2010 +0200
+++ b/web/static/js/LdtPlayer.js	Tue Jun 15 14:04:01 2010 +0200
@@ -150,7 +150,7 @@
 	
 		myUrlFragment = url.split(streamerPath);
 		file = myUrlFragment[1];
-		alert(url+" = "+streamerPath+" + "+file);
+		//alert(url+" = "+streamerPath+" + "+file);
 		streamer = streamerPath;
 		//alert(" StreamerPath : "+streamer+" - "+file);
 		//alert(" SwfPath : "+MySwfPath);