|
|
@ -6,13 +6,8 @@ export class WalkthroughService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
start (params) { |
|
|
|
start (params) { |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
document.addEventListener('doWalkThrough', (e) => { |
|
|
|
document.addEventListener('doWalkThrough', (e) => { |
|
|
|
if (!localStorage.getItem('hadTour_initial')) { |
|
|
|
if (!localStorage.getItem('hadTour_initial')) { |
|
|
|
======= |
|
|
|
|
|
|
|
if (!localStorage.getItem('hadTour_initial')) { |
|
|
|
|
|
|
|
document.addEventListener('doWalkThrough', (e) => { |
|
|
|
|
|
|
|
>>>>>>> e0fcb6bcd (changes based on LianaHus comments complete) |
|
|
|
|
|
|
|
introJs().setOptions({ |
|
|
|
introJs().setOptions({ |
|
|
|
steps: [{ |
|
|
|
steps: [{ |
|
|
|
title: 'Welcome to Remix IDE', |
|
|
|
title: 'Welcome to Remix IDE', |
|
|
@ -52,13 +47,8 @@ export class WalkthroughService { |
|
|
|
} |
|
|
|
} |
|
|
|
}).start() |
|
|
|
}).start() |
|
|
|
localStorage.setItem('hadTour_initial', true) |
|
|
|
localStorage.setItem('hadTour_initial', true) |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
======= |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
>>>>>>> e0fcb6bcd (changes based on LianaHus comments complete) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
startFeatureTour () { |
|
|
|
startFeatureTour () { |
|
|
|