From: Tom Hughes Date: Wed, 3 Jun 2009 09:33:41 +0000 (+0000) Subject: Reinstate IE test and pass result to flash. X-Git-Tag: live~7250 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b7aa25947e27e368f0bf4774c18767207d09d7c1 Reinstate IE test and pass result to flash. --- diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 8c8ea9df5..d7c47101a 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -61,6 +61,7 @@ zoom='14' if zoom.nil? var fo = new SWFObject("/potlatch/potlatch.swf?d="+Math.round(Math.random()*1000), "potlatch", "100%", "100%", "6", "#FFFFFF"); // 700,600 for fixed size, 100%,100% for resizable var changesaved=true; + var winie=false; if (document.all && window.print) { winie=true; } window.onbeforeunload=function() { if (!changesaved) { @@ -72,6 +73,7 @@ zoom='14' if zoom.nil? function doSWF(lat,lon,sc) { if (sc < 11) sc = 11; + fo.addVariable('winie',winie); fo.addVariable('scale',sc); fo.addVariable('token','<%= session[:token] %>'); if (lat) { fo.addVariable('lat',lat); }