Forward the comment hash parameter to iD

See 21da76cf80
This commit is contained in:
John Firebaugh 2014-10-06 14:47:36 -07:00
parent 4e976c835a
commit 963827d396

View file

@ -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 -%>