You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
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.
The text was updated successfully, but these errors were encountered: