parent
4e976c835a
commit
963827d396
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
params.background = hashParams.background;
|
||||
}
|
||||
|
||||
if (hashParams.comment) {
|
||||
params.comment = hashParams.comment;
|
||||
}
|
||||
|
||||
<% if params[:gpx] -%>
|
||||
params.gpx = '<%= trace_data_url(params[:gpx]) %>';
|
||||
<% else -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue