Skip to content

Commit

Permalink
iD api url update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrzakovic committed Jul 26, 2021
1 parent 88621ef commit 9fe45bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/javascripts/edit/id.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ $(document).ready(function () {
if (hashParams.photo_username) params.photo_username = hashParams.photo_username;
if (hashParams.presets) params.presets = hashParams.presets;
if (hashParams.source) params.source = hashParams.source;
if (hashParams.validationDisable) params.validationDisable = hashParams.validationDisable;
if (hashParams.validationWarning) params.validationWarning = hashParams.validationWarning;
if (hashParams.validationError) params.validationError = hashParams.validationError;
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;

if (id.data("gpx")) {
Expand Down

0 comments on commit 9fe45bd

Please sign in to comment.