Skip to content

Commit

Permalink
remove live
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 16, 2024
1 parent db3a242 commit 8c343a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (ENV__ID_API_CONNECTION_URL !== null &&
osmApiConnections.push(defaultOsmApiConnections[ENV__ID_API_CONNECTION]);
} else {
// offer both "live" and "dev" servers by default
osmApiConnections.push(defaultOsmApiConnections.live);
//osmApiConnections.push(defaultOsmApiConnections.live);
osmApiConnections.push(defaultOsmApiConnections.dev);
}

Expand Down
3 changes: 1 addition & 2 deletions dist/iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -21363,7 +21363,6 @@
} else if (false) {
osmApiConnections.push(defaultOsmApiConnections[null]);
} else {
osmApiConnections.push(defaultOsmApiConnections.live);
osmApiConnections.push(defaultOsmApiConnections.dev);
}
var taginfoApiUrl = "https://taginfo.openstreetmap.org/api/4/";
Expand Down Expand Up @@ -74076,7 +74075,7 @@
corePreferences("commentDate", Date.now());
}
if (context.defaultChangesetHashtags()) {
corePreferences("hashtags", __team_selected + "#EuthMappers");
corePreferences("hashtags", __team_selected);
corePreferences("commentDate", Date.now());
}
var detected = utilDetect();
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/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function uiCommit(context) {
prefs('commentDate', Date.now());
}
if (context.defaultChangesetHashtags()) {
prefs('hashtags', __team_selected+"#EuthMappers");//context.defaultChangesetHashtags(__team_selected)
prefs('hashtags', __team_selected);//context.defaultChangesetHashtags(__team_selected)
prefs('commentDate', Date.now());
}

Expand Down

0 comments on commit 8c343a3

Please sign in to comment.