Try and make asset tagging actually work.

This commit is contained in:
Tom Hughes 2007-12-06 18:42:45 +00:00
parent 7ee377352e
commit 15c492ebfe
6 changed files with 36 additions and 10 deletions

View file

@ -43,7 +43,7 @@
<a href="http://wiki.openstreetmap.org/index.php/Editing">Several other options</a> are also available
for editing OpenStreetMap.
</div>
<script type="text/javascript" src="/javascripts/swfobject.js"></script>
<%= javascript_include_tag 'swfobject.js' %>
<script type="text/javascript">
var brokenContentSize = $("content").offsetWidth == 0;
var fo = new SWFObject("/potlatch/potlatch.swf?d="+Math.round(Math.random()*1000), "potlatch", "700", "600", "6", "#FFFFFF");

View file

@ -72,8 +72,8 @@ by the OpenStreetMap project and it's contributors.
<% end %>
<% end %>
<script type="text/javascript" src="/openlayers/OpenLayers.js"></script>
<script type="text/javascript" src="/openlayers/OpenStreetMap.js"></script>
<%= javascript_include_tag '/openlayers/OpenLayers.js' %>
<%= javascript_include_tag '/openlayers/OpenStreetMap.js' %>
<%= javascript_include_tag 'map.js' %>