Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please Add Previous button feature (1 step back) #131

Open
KrishnaKesharwani opened this issue Nov 28, 2019 · 3 comments
Open

please Add Previous button feature (1 step back) #131

KrishnaKesharwani opened this issue Nov 28, 2019 · 3 comments

Comments

@KrishnaKesharwani
Copy link

Hello Guys
Overall Enjoy Hint Awesome...

But 1 are missing like previous button...
please add previous button in action (1 Step back)
how can add one more button on action.

@sabatale
Copy link

@KrishnaKesharwani You can find this feature here: https://github.com/darron1217/enjoyhint.js

@sdraper69
Copy link

Yes make this official! Im not sure if this is still being developed but within 2 minutes of playing it seems like an obvious ommision

@ArashYounesi
Copy link

ArashYounesi commented Aug 21, 2020

just go to source code and add it like below:
in .js => serach for "next" and you should find below code:
that.trigger = function(event_name) { switch (event_name) { case "next": nextStep(); break; ...
so add case "prev": prevStep(); break;

in min.js => search for "next" and it is last occurrence, then you should find a switch/case. add below case
case"prev":u();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants