# HG changeset patch # User samuel huron # Date 1276766673 -7200 # Node ID 1fcf0bd88ba3aa07a59ac928d63d3d5430e67107 # Parent 2b64a9cb528bc4d59884c1ef51bb2a67dece8751 Modif coté plateform pour supprimer alert sur le player + test de publication diff -r 2b64a9cb528b -r 1fcf0bd88ba3 web/eulalie/__init__.py --- a/web/eulalie/__init__.py Thu Jun 17 11:19:25 2010 +0200 +++ b/web/eulalie/__init__.py Thu Jun 17 11:24:33 2010 +0200 @@ -1,4 +1,4 @@ -VERSION = (0,6) +VERSION = (0,7) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION))) diff -r 2b64a9cb528b -r 1fcf0bd88ba3 web/static/js/LdtPlayer.js --- a/web/static/js/LdtPlayer.js Thu Jun 17 11:19:25 2010 +0200 +++ b/web/static/js/LdtPlayer.js Thu Jun 17 11:24:33 2010 +0200 @@ -275,7 +275,7 @@ function playerLdt (width,height,file,divId,MySwfPath){ - $jIRI("#"+divId).append("
\n
\n
\n
\n
\n Get flash to see this player \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n \n \n
\n
"); + $jIRI("#"+divId).append("
\n
\n
\n
\n
\n Get flash to see this player \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n \n \n
\n
 
"); loadJson(width,height,file,MySwfPath); }