X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/af5fa9e0ca08a040a060b40bc9f77fa415f27958..37e74fc5cbca3082a887f02ff320f5c72254df3c:/app/views/site/index.rhtml?ds=sidebyside
diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml
index d5c7b9e03..4d3b4e7e8 100644
--- a/app/views/site/index.rhtml
+++ b/app/views/site/index.rhtml
@@ -7,10 +7,6 @@
<% lon = params['mlon'] %>
<% lat = params['mlat'] %>
<% zoom = params['zoom'] || '12' %>
-
<% elsif @user and params['lon'].nil? and params['lat'].nil? %>
<% lon = @user.home_lon %>
<% lat = @user.home_lat %>
@@ -21,88 +17,55 @@
<% zoom = params['zoom'] || '4' %>
<% end %>
+
+<%= javascript_include_tag 'map.js' %>
+<% unless @user %>
+
+<% end %>
-
-