Skip to content

Fix JS error when loading page with search - #67336

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:fix-js-error
Dec 16, 2019
Merged

Fix JS error when loading page with search#67336
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:fix-js-error

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

For example when you load this page: https://doc.rust-lang.org/nightly/std/num/struct.NonZeroI8.html?search=foo, you get a nice JS error:

TypeError: ev is undefined

r? @kinnison

@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r+ rollup

@bors

bors commented Dec 16, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 5f68732 has been approved by Dylan-DPC

@bors

bors commented Dec 16, 2019

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 16, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 16, 2019
…n-DPC
Fix JS error when loading page with search
For example when you load this page: https://doc.rust-lang.org/nightly/std/num/struct.NonZeroI8.html?search=foo, you get a nice JS error:
```
TypeError: ev is undefined
```
r? @kinnison
@CentrilCentril mentioned this pull request Dec 16, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 16, 2019
…n-DPC
Fix JS error when loading page with search
For example when you load this page: https://doc.rust-lang.org/nightly/std/num/struct.NonZeroI8.html?search=foo, you get a nice JS error:
```
TypeError: ev is undefined
```
r? @kinnison
@CentrilCentril mentioned this pull request Dec 16, 2019
bors added a commit that referenced this pull request Dec 16, 2019
Rollup of 8 pull requests
Successful merges:
- #67249 (Improve code generated for `starts_with(<literal char>)`)
- #67308 (Delete flaky test net::tcp::tests::fast_rebind)
- #67318 (Improve typeck & lowering docs for slice patterns)
- #67322 (use Self alias in place of macros)
- #67323 (make transparent enums more ordinary)
- #67336 (Fix JS error when loading page with search)
- #67344 (.gitignore: Don't ignore a file that exists in the repository)
- #67349 (Minor: update Unsize docs for dyn syntax)
Failed merges:
r? @ghost
@bors
bors merged commit 5f68732 into rust-lang:masterDec 16, 2019
@GuillaumeGomez
GuillaumeGomez deleted the fix-js-error branch December 17, 2019 09:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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

@GuillaumeGomez@Dylan-DPC-zz@bors@kinnison