mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Fix default "disable-shortcuts" feature value
This commit is contained in:
parent
f466f52c1b
commit
01a1bcb7f9
@ -79,7 +79,7 @@ function getSearchElement() {
|
|||||||
"derive",
|
"derive",
|
||||||
"traitalias"];
|
"traitalias"];
|
||||||
|
|
||||||
var disableShortcuts = getCurrentValue("rustdoc-disable-shortcuts") !== "true";
|
var disableShortcuts = getCurrentValue("rustdoc-disable-shortcuts") === "true";
|
||||||
var search_input = getSearchInput();
|
var search_input = getSearchInput();
|
||||||
|
|
||||||
// On the search screen, so you remain on the last tab you opened.
|
// On the search screen, so you remain on the last tab you opened.
|
||||||
|
Loading…
Reference in New Issue
Block a user