We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c97c8 commit c05839eCopy full SHA for c05839e
intro.js
@@ -39,9 +39,9 @@
39
/* Done button label in tooltip box */
40
doneLabel: 'Done',
41
/* Hide previous button in the first step? Otherwise, it will be disabled button. */
42
- hidePrev: true,
+ hidePrev: false,
43
/* Hide next button in the last step? Otherwise, it will be disabled button. */
44
- hideNext: true,
+ hideNext: false,
45
/* Default tooltip box position */
46
tooltipPosition: 'bottom',
47
/* Next CSS class for tooltip boxes */
0 commit comments