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

using browser back button on :number wildcard #28

Open
wiedo84 opened this issue Jun 10, 2014 · 1 comment
Open

using browser back button on :number wildcard #28

wiedo84 opened this issue Jun 10, 2014 · 1 comment
Labels

Comments

@wiedo84
Copy link

wiedo84 commented Jun 10, 2014

I use the :number wildcard to define my routie:

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?

@mkaatman
Copy link

I know this is an old issue, but I'm not able to duplicate on 0.3.2.

@CtrlC-Root CtrlC-Root added the bug label Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants