correct div heright V00.07
authorymh <ymh.work@gmail.com>
Mon, 12 Jul 2010 19:00:21 +0200
changeset 20 a2281cde8d9d
parent 19 fc6577becbd0
child 21 b1d025ec744a
correct div heright
web/franceculture/__init__.py
web/franceculture/templates/franceculture/partial/embed.html
--- a/web/franceculture/__init__.py	Mon Jul 12 18:58:40 2010 +0200
+++ b/web/franceculture/__init__.py	Mon Jul 12 19:00:21 2010 +0200
@@ -1,4 +1,4 @@
-VERSION = (0,6)
+VERSION = (0,7)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))
 
--- a/web/franceculture/templates/franceculture/partial/embed.html	Mon Jul 12 18:58:40 2010 +0200
+++ b/web/franceculture/templates/franceculture/partial/embed.html	Mon Jul 12 19:00:21 2010 +0200
@@ -2,5 +2,5 @@
 <div id="{{ player_id }}">
 </div>
 <script type="text/javascript">
-    playerLdt(1,310, "{{ json_url }}","{{ player_id }}","{{WEB_URL}}{{MEDIA_URL}}swf/player.swf", false);
+    playerLdt(550,1, "{{ json_url }}","{{ player_id }}","{{WEB_URL}}{{MEDIA_URL}}swf/player.swf", false);
 </script>
\ No newline at end of file