Skip to content

Commit

Permalink
#1 show next button whenever showNext parameter is set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj.kocot authored and mikolaj.kocot committed Jan 11, 2021
1 parent 1eb8863 commit 5ab8e20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions enjoyhint.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
if (step_data.showNext !== true) {
$body.enjoyhint("hide_next");
}
else {
$body.enjoyhint("show_next");
}

$body.enjoyhint("hide_prev");

Expand Down

0 comments on commit 5ab8e20

Please sign in to comment.