X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f4fa8ed40e608105bac8fa06da3695c688327b51..7151fa05e4d4f73956d7f9a7ad2db1f5b956a0c0:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 46bc3bdd7..94b24debf 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -180,5 +180,9 @@ by the OpenStreetMap project and it's contributors. window.onload = handleResize; window.onresize = handleResize; + + <% if params['action'] == 'export' %> + <%= remote_function :url => { :controller => 'export', :action => 'start' } %> + <% end %> // -->