From 2be0bc6fa3260660cae6184d08e610d11a85d4e5 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 4 Jan 2013 01:31:13 -0500 Subject: [PATCH] reduced the speed again, caused a crash --- app/views/maps/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/maps/show.html.erb b/app/views/maps/show.html.erb index 4d4fdb98..b095c61b 100644 --- a/app/views/maps/show.html.erb +++ b/app/views/maps/show.html.erb @@ -57,5 +57,5 @@ <%= form_for @map, :url => realtime_path(@map), :method => "GET", :html => { :id => "MapRealtime"}, remote: true do |form| %> <% end %> \ No newline at end of file