Skip to content

Change an HTML id used twice into a class #593

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

Merged
merged 1 commit into from
Mar 6, 2017

Conversation

carols10cents
Copy link
Member

Sometimes when I run crates.io locally, and I'm signed in, I get this
error in the js console:

Error: Assertion Failed: Attempted to register a view with an id already
in use: current-user-links

Id isn't required for rl-dropdowns, so I changed current-user-links to
be a class instead.

r? @alexcrichton

Sometimes when I run crates.io locally, and I'm signed in, I get this
error in the js console:

```
Error: Assertion Failed: Attempted to register a view with an id already
in use: current-user-links
```

Id isn't required for rl-dropdowns, so I changed current-user-links to
be a class instead.
@alexcrichton alexcrichton merged commit 4074d59 into rust-lang:master Mar 6, 2017
@shepmaster shepmaster deleted the duplicate-html-ids branch April 13, 2017 13:56
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.

2 participants