]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_map.html.erb
Use a param to trigger export rather than a separate action
[rails.git] / app / views / changeset / _map.html.erb
index 8016378c8a7178e1ab18a668477226e6aba91b3d..a586811f734687a576078e70168be001ef8e95a0 100644 (file)
@@ -1,12 +1,7 @@
-<%= javascript_include_tag 'openlayers.js' %>
-<%= javascript_include_tag 'map.js' %>
-
 <div id="changeset_list_map">
 </div>
 
 <script type="text/javascript">
-  OpenLayers.Lang.setCode("<%= I18n.locale.to_s %>");
-
   var highlight;
 
   function highlightChangeset(id) {