mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
walkthrough: use correct css class for intro message of the "lines" chapter
This commit is contained in:
@@ -23,7 +23,7 @@ iD.ui.intro.line = function(context, reveal) {
|
||||
var intersection = [-85.62974496187628, 41.95742515554585];
|
||||
|
||||
context.map().centerZoom(start, 18);
|
||||
reveal('button.add-line', t('intro.lines.add'), {tooltipClass: 'intro-areas-add'});
|
||||
reveal('button.add-line', t('intro.lines.add'), {tooltipClass: 'intro-lines-add'});
|
||||
|
||||
context.on('enter.intro', addLine);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user