From: Christopher Schmidt Date: Tue, 29 Apr 2008 14:41:59 +0000 (+0000) Subject: round numbers X-Git-Tag: live~7821^2~9 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/57050172c81734e8c81dbe77585034602d51d9cd?hp=5ff86db265393bbe806ddd3cc52b06a9f62a0619 round numbers --- diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index b53d4ed4f..52fd61e60 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -166,12 +166,15 @@ page << <'; $("export_html_text").value = html; + if ($("format_html").checked) { + $("export_html_text").select(); + } } $("html_marker").onclick = htmlBoundsChanged; @@ -201,6 +204,7 @@ page << <