X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52a6df0548124a0dbb7fe8b5afa3ef5271327cf1..45a77397f3f6b97d671999c45abe4ad818955d65:/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 %> // -->