Skip to content

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented May 19, 2017

  • Use a different loop variable, i was already taken. This caused
    missing items in the implementors list.
  • Use .getAttribute('href') rather than .href to get the relative
    URL which is what it needs to actually fix the links.

More fallout from #41307.

r? @GuillaumeGomez

* Use a different loop variable, `i` was already taken. This caused
missing items in the implementors list.
* Use `.getAttribute('href')` rather than `.href` to get the relative
URL which is what it needs to actually fix the links.
@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 19, 2017

📌 Commit e48086c has been approved by GuillaumeGomez

@shepmaster shepmaster added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 19, 2017
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 19, 2017
…meGomez

rustdoc: Fix implementors list javascript

* Use a different loop variable, `i` was already taken. This caused
missing items in the implementors list.
* Use `.getAttribute('href')` rather than `.href` to get the relative
URL which is what it needs to actually fix the links.

More fallout from rust-lang#41307.

r? @GuillaumeGomez
bors added a commit that referenced this pull request May 19, 2017
@bors bors merged commit e48086c into rust-lang:master May 19, 2017
@ollie27 ollie27 deleted the rustdoc_js_impls branch May 20, 2017 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants