Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 16, 2024
1 parent 0e0bb26 commit 41fb47c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const defaultOsmApiConnections = {
},
dev: {
url: 'https://api06.dev.openstreetmap.org',
apiUrl: 'https://api06.openstreetmap.org',
client_id: 'qk6Xvnl2vNfBhuzVbLcUz4P67s5qJRlDppb2uaHd370'
}
};
Expand Down
3 changes: 2 additions & 1 deletion dist/iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -21350,6 +21350,7 @@
},
dev: {
url: "https://api06.dev.openstreetmap.org",
apiUrl: "https://api06.openstreetmap.org",
client_id: "qk6Xvnl2vNfBhuzVbLcUz4P67s5qJRlDppb2uaHd370"
}
};
Expand Down Expand Up @@ -73878,7 +73879,7 @@
initial = true;
var presets = _mainPresetIndex;
_fieldsArr = [
uiField(context, presets.field("comment"), "huy", { show: true, revert: false }),
uiField(context, presets.field("comment"), null, { show: true, revert: false }),
//null
uiField(context, presets.field("source"), null, { show: true, revert: false }),
uiField(context, presets.field("hashtags"), null, { show: false, revert: false })
Expand Down
4 changes: 2 additions & 2 deletions dist/iD.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/ui/changeset_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function uiChangesetEditor(context) {
var presets = presetManager;

_fieldsArr = [
uiField(context, presets.field('comment'), 'huy', { show: true, revert: false }), //null
uiField(context, presets.field('comment'), null, { show: true, revert: false }), //null
uiField(context, presets.field('source'), null, { show: true, revert: false }),
uiField(context, presets.field('hashtags'), null, { show: false, revert: false }),
];
Expand Down

0 comments on commit 41fb47c

Please sign in to comment.