Skip to content

Commit c05839e

Browse files
committed
changing default values of hide next-prev buttons to false
1 parent 81c97c8 commit c05839e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
/* Done button label in tooltip box */
4040
doneLabel: 'Done',
4141
/* Hide previous button in the first step? Otherwise, it will be disabled button. */
42-
hidePrev: true,
42+
hidePrev: false,
4343
/* Hide next button in the last step? Otherwise, it will be disabled button. */
44-
hideNext: true,
44+
hideNext: false,
4545
/* Default tooltip box position */
4646
tooltipPosition: 'bottom',
4747
/* Next CSS class for tooltip boxes */

0 commit comments

Comments
 (0)