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

prevents <a> elements without href from causing a page reload #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JolandaNava
Copy link
Contributor

adds a href = "" attribute to all elements using
relies on reordering of elements in node function to work (user specified href attribute will take precedence because specified last)

closes #17

adds a `href = ""` attribute to all elements using <a>
relies on reordering of elements in `node` function to work (user specified `href` attribute will take precedence because specified last)

closes surprisetalk#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<a> elements without href cause page reloads with Browser.application in Elm 0.19
1 participant