]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.rhtml
Potlatch 0.10d
[rails.git] / app / views / site / edit.rhtml
index 7f542bb60404a7db50dbcef3992e4706b1b7298e..9c3c78fda9d06771e3d6ffd09c94852de0060639 100644 (file)
@@ -48,7 +48,7 @@
 <%= javascript_include_tag 'swfobject.js' %>
 <script type="text/javascript" defer="defer">
   var brokenContentSize = $("content").offsetWidth == 0;
-  var fo = new SWFObject("<%= compute_public_path("potlatch.swf", "potlatch") %>", "potlatch", "100%", "100%", "6", "#FFFFFF");
+  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; }