X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/81408141e9901b6f30a59b5e4ecac66bf1fde4ae..965f32d545d7c44ad7b36264b818b930a50d8901:/app/views/site/_id.html.erb?ds=inline diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index 5e7fdd04c..ed36385bd 100644 --- a/app/views/site/_id.html.erb +++ b/app/views/site/_id.html.erb @@ -25,10 +25,12 @@ if (hashParams.background) { params.background = hashParams.background; } - if (hashParams.comment) { params.comment = hashParams.comment; } + if (hashParams.offset) { + params.offset = hashParams.offset; + } <% if params[:gpx] -%> params.gpx = '<%= trace_data_url(params[:gpx], :format => :xml) %>';