8000 using browser back button on :number wildcard · Issue #28 · jgallen23/routie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
using browser back button on :number wildcard #28
Open
@wiedo84

Description

@wiedo84

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0