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
routie('question/:number', function (number) {
//some code
});
now if i go for example from my URL #question/7 to #question/9 and press the back button in my browser i go to #question/8, which should of course end up at #question/7 (because i skipped #8). Any way to fix this behavior?
The text was updated successfully, but these errors were encountered:
I use the :number wildcard to define my routie:
now if i go for example from my URL #question/7 to #question/9 and press the back button in my browser i go to #question/8, which should of course end up at #question/7 (because i skipped #8). Any way to fix this behavior?
The text was updated successfully, but these errors were encountered: