X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/48918f19dc0214a1e9bf731fe72d34a2c68383db..f2ae082a1f360c25621f73dd872c746659c61ef2:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index 7a323b05b..375c0ab39 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -25,8 +25,6 @@ page << <'; + $("export_html_text").value = html; + + if ($("format_html").checked) { + $("export_html_text").select(); + } + } + + $("html_marker").onclick = htmlBoundsChanged; + function formatChanged() { + $("export_commit").style.display = "inline"; + if ($("format_osm").checked) { $("export_osm").style.display = "inline"; } else { @@ -162,8 +193,6 @@ page << <