X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/af5fa9e0ca08a040a060b40bc9f77fa415f27958..5fcedc1bf4e548f4995de77cfa953504567a651c:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index d5c7b9e03..15683daf3 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,42 @@ <% zoom = params['zoom'] || '4' %> <% end %> - - - - + +<%= javascript_include_tag 'map.js' %>