mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
fix id in intro, fixes #1323
This commit is contained in:
@@ -98,7 +98,7 @@ iD.ui.intro.line = function(context, reveal) {
|
||||
timeout(function() {
|
||||
d3.select('#curtain').style('pointer-events', 'none');
|
||||
var road = d3.select('.preset-grid .grid-entry').filter(function(d) {
|
||||
return d.id === 'Road';
|
||||
return d.id === 'category-road';
|
||||
});
|
||||
reveal(road.node(), 'intro.lines.road');
|
||||
road.one('click.intro', roadCategory);
|
||||
|
||||
Reference in New Issue
Block a user