mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00:00
Temporarily switch back to dev as default
Preset work is causing stability issues.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
iD.Connection = function(context) {
|
||||
|
||||
var event = d3.dispatch('auth', 'load'),
|
||||
url = 'http://www.openstreetmap.org',
|
||||
url = 'http://api06.dev.openstreetmap.org',
|
||||
connection = {},
|
||||
user = {},
|
||||
version,
|
||||
|
||||
@@ -18,8 +18,8 @@ iD.ui.SourceSwitch = function(context) {
|
||||
return function(selection) {
|
||||
selection.append('a')
|
||||
.attr('href', '#')
|
||||
.text(t('source_switch.live'))
|
||||
.classed('live', true)
|
||||
.text(t('source_switch.dev'))
|
||||
.classed('live', false)
|
||||
.on('click', click);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user