]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused code that triggered a javascript error
authorTom Hughes <tom@compton.nu>
Mon, 2 Jan 2012 17:13:15 +0000 (17:13 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Jan 2012 17:13:15 +0000 (17:13 +0000)
app/views/export/_sidebar.html.erb

index baa92d5fca6e2fdec11dae01998d062f3a7c3977..5f6f634daa80e478b4631c62d0f479f0643ce687 100644 (file)
@@ -10,7 +10,7 @@
     <br/>
     <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
     <p class="export_hint">
-      <a id='drag_box' href="#" onclick="return startBox();"><%= t'export.start.manually_select' %></a>  
+      <a id="drag_box" href="#"><%= t'export.start.manually_select' %></a>  
     </p>
   </div>