Skip to content

Commit aaeb645

Browse files
authored
Merge pull request #1419 from ethereum/onbm
show onboarding after matomo dialog
2 parents 3a9d68a + 6978444 commit aaeb645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/remix-ide/src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
419419
fn: null
420420
}
421421
)
422+
} else {
423+
startWalkthroughService()
422424
}
423425

424426
// CONTENT VIEWS & DEFAULT PLUGINS
@@ -514,6 +516,4 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
514516

515517
if (params.embed) framingService.embed()
516518
framingService.start(params)
517-
518-
startWalkthroughService()
519519
}

apps/remix-ide/src/assets/js/editor/darkTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f
109109
}\
110110
.ace-remixDark .ace_type {\
111111
color:#75ceef;\
112-
}]\
112+
}\
113113
.ace-remixDark .ace_visibility (\
114114
color:#f7d777;\
115115
)\

0 commit comments

Comments
 (0)