Fix default "disable-shortcuts" feature value
This commit is contained in:
parent
f466f52c1b
commit
01a1bcb7f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue