From 69784447d1f88722ad890be3b6ca4a1a1cb21811 Mon Sep 17 00:00:00 2001 From: lianahus Date: Wed, 28 Jul 2021 15:14:26 +0200 Subject: [PATCH] show onboarding after matomo --- apps/remix-ide/src/app.js | 4 ++-- apps/remix-ide/src/assets/js/editor/darkTheme.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index f1751e2a86..d2397b7ac9 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -419,6 +419,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org fn: null } ) + } else { + startWalkthroughService() } // CONTENT VIEWS & DEFAULT PLUGINS @@ -514,6 +516,4 @@ Please make a backup of your contracts and start using http://remix.ethereum.org if (params.embed) framingService.embed() framingService.start(params) - - startWalkthroughService() } diff --git a/apps/remix-ide/src/assets/js/editor/darkTheme.js b/apps/remix-ide/src/assets/js/editor/darkTheme.js index ace91156ed..2d61eb78ed 100644 --- a/apps/remix-ide/src/assets/js/editor/darkTheme.js +++ b/apps/remix-ide/src/assets/js/editor/darkTheme.js @@ -109,7 +109,7 @@ ace.define("ace/theme/remixDark",["require","exports","module","ace/lib/dom"], f }\ .ace-remixDark .ace_type {\ color:#75ceef;\ - }]\ + }\ .ace-remixDark .ace_visibility (\ color:#f7d777;\ )\