Skip to content

Commit

Permalink
Rollup merge of rust-lang#33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Changed toggle all sections key to `T`

Allows both `T` and `t`.

It had been [Shift]+[+] before.

In response to rust-lang#33791.

cc @Manishearth
r? @GuillaumeGomez
  • Loading branch information
GuillaumeGomez committed May 24, 2016
2 parents 5e0d493 + 57ab0ed commit 1e4a77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
break;

case "+":
ev.preventDefault();
toggleAllDocs();
break;

Expand Down

0 comments on commit 1e4a77b

Please sign in to comment.