Go live by default. Fixes #653

This commit is contained in:
Tom MacWright
2013-02-09 18:11:59 -05:00
parent 574e072598
commit 71fc68ddfa
2 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -155,8 +155,7 @@
var id = iD();
id.connection()
.keys(keys)
.url('http://api06.dev.openstreetmap.org');
.keys(keys);
d3.select("#iD")
.call(id.ui())