From: Grant Slater Date: Wed, 21 Mar 2012 10:38:08 +0000 (+0000) Subject: Set required Flash version to 10.1.x per request of RichardF X-Git-Tag: live~5631 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cf7116402bae7ac4e06d9a5d67e7f578277ca459?hp=4cca29d400dd713bf7108e7ff7c9d3c2a639a98f Set required Flash version to 10.1.x per request of RichardF --- diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 04ada57a5..0b1c0e34d 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -56,7 +56,7 @@ attributes.id = "potlatch"; attributes.bgcolor = "#FFFFFF"; - swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.2.0","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); + swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); // 700,600 for fixed size, 100%,100% for resizable }