|
|
@ -419,6 +419,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
fn: null |
|
|
|
fn: null |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
startWalkthroughService() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// CONTENT VIEWS & DEFAULT PLUGINS
|
|
|
|
// 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() |
|
|
|
if (params.embed) framingService.embed() |
|
|
|
framingService.start(params) |
|
|
|
framingService.start(params) |
|
|
|
|
|
|
|
|
|
|
|
startWalkthroughService() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|