diff --git a/app/views/maps/show.html.erb b/app/views/maps/show.html.erb index a41e2c16..e199d5eb 100644 --- a/app/views/maps/show.html.erb +++ b/app/views/maps/show.html.erb @@ -5,7 +5,9 @@ #%>
+ <% if false %> + <% end %> <% if authenticated? %> <% if (@map.permission == "commons" && authenticated?) || @map.user == user %> @@ -49,10 +51,12 @@ <%= render :partial => 'maps/new' %> <% end %> +<% if false %> <%= form_for @map, :url => realtime_path(@map), :method => "GET", :html => { :id => "MapRealtime"}, remote: true do |form| %> <%= form.hidden_field :time, :value => Time.now.to_i %> <%= form.hidden_field :ids, :value => 0 %> <% end %> +<% end %>