# HG changeset patch # User samuel huron # Date 1276603441 -7200 # Node ID af3778eab5e8689d64f3e272abd343a31825be9c # Parent 06e691528710b1376dbf79dd1c7134feb32d21b1 enlever alert diff -r 06e691528710 -r af3778eab5e8 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);