X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f383dcbd7a52b9a1b5ec120750a85bb65ffcfb8..827024f7e6c48a11dbe08e569e2cbd852701bd31:/app/views/site/_potlatch.html.erb diff --git a/app/views/site/_potlatch.html.erb b/app/views/site/_potlatch.html.erb index da348d417..5b59f5f24 100644 --- a/app/views/site/_potlatch.html.erb +++ b/app/views/site/_potlatch.html.erb @@ -1,51 +1,10 @@ +<%= javascript_include_tag "edit/potlatch" %> +
-
<%= t 'site.edit.flash_player_required' %>
+ <% session[:token] = current_user.tokens.create.token unless session[:token] and UserToken.find_by_token(session[:token]) -%> + <% data = { :token => session[:token] } -%> + <% data[:lat] = @lat if @lat -%> + <% data[:lon] = @lon if @lon -%> + <% data[:zoom] = @zoom if @zoom -%> + <%= content_tag :div, raw(t("site.edit.flash_player_required")), :id => "potlatch", :data => data %>
- -<%= javascript_include_tag 'swfobject.js' %> - -<% session[:token] = @user.tokens.create.token unless session[:token] and UserToken.find_by_token(session[:token]) %> - -