]> git.openstreetmap.org Git - rails.git/commitdiff
Potlatch 2 compiled with Flex 4.5 requires Flash 10.2.0 or above
authorGrant Slater <openstreetmap@firefishy.com>
Tue, 20 Mar 2012 22:55:15 +0000 (22:55 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 21 Mar 2012 09:01:59 +0000 (09:01 +0000)
app/views/site/_potlatch2.html.erb

index c443a917ac272f5eb6c40a46990411cfdba132ab..04ada57a5650b3358c7ee14257ef2a647b3a3f1a 100644 (file)
@@ -56,7 +56,7 @@
     attributes.id = "potlatch";
     attributes.bgcolor = "#FFFFFF";
 
-    swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.85","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
+    swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.2.0","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
     // 700,600 for fixed size, 100%,100% for resizable
   }