mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
make more cdn's and API urls/settings configurable
* CDNs for OCI, NSI, etc. * OSM API (URL and oauth API settings) * taginfo API * nominatim API
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ export function uiInit(context) {
|
||||
.attr('class', 'user-list')
|
||||
.call(uiContributors(context));
|
||||
|
||||
var apiConnections = context.apiConnections();
|
||||
var apiConnections = context.connection().apiConnections();
|
||||
if (apiConnections && apiConnections.length > 1) {
|
||||
aboutList
|
||||
.append('li')
|
||||
|
||||
Reference in New Issue
Block a user