mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
+1
-1
@@ -129,7 +129,7 @@ export function uiHelp(context) {
|
||||
|
||||
|
||||
function clickWalkthrough() {
|
||||
d3.select(document.body).call(uiIntro(context));
|
||||
context.container().call(uiIntro(context));
|
||||
setVisible(false);
|
||||
}
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ export function uiSplash(context) {
|
||||
.append('button')
|
||||
.attr('class', 'walkthrough col6')
|
||||
.on('click', function() {
|
||||
d3.select(document.body).call(uiIntro(context));
|
||||
context.container().call(uiIntro(context));
|
||||
modalSelection.close();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user