Added final step to the welcome tour
This commit is contained in:
parent
d3ee2c66bc
commit
66faf0bac9
@ -86,6 +86,14 @@ define([
|
|||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
reflex: true,
|
reflex: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
element: '.navbar-inner',
|
||||||
|
title: 'Happy StackWriting!',
|
||||||
|
content: [
|
||||||
|
'Enjoy, and don\'t forget to rate <b>StackEdit</b> on <a target="_blank" href="https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/reviews">Chrome Web Store</a>.',
|
||||||
|
].join(""),
|
||||||
|
placement: 'bottom',
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
if(!_.has(storage, 'welcomeTour')) {
|
if(!_.has(storage, 'welcomeTour')) {
|
||||||
tour.start();
|
tour.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user