Skip to content

The link "#" should be prevent for one page application. #11

@wind13

Description

@wind13

For one page application, the url "#" part means different route, so use this pagination will take to home page after run callback.

So it should add this code:

event.preventDefault();

in the PaginationView.prototype.clicked function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions