Skip to content

Change all anchor tags to Javascript redirects #26

Description

@gridhead

This prevents the "Open in new tab" thingy - Brings it close to become an app, rather than a website. Feel me?

Replace all the <a href="link"></a> instances with <button onclick="document.location.href='link'"></button>. Well, the button part is optional but just look at the onclick Javascript function. It is the important part.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions