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