diff --git a/dist/index.html b/dist/index.html index b3e7c19e3..af53cd8a0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -42,7 +42,7 @@ var id = iD() .presets(iD.data.presets) .imagery(iD.data.imagery) - .taginfo(iD.taginfo()); + .taginfo(iD.services.taginfo()); d3.select('#id-container') .call(id.ui());