X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4cc400de436a5dc33b66bc735b5fb6257e066a5a..ee6165bf9bf790e930409b03832e61ae2c8a1bfd:/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 %> // -->