Fix default value for setting "Auto-hide item methods' documentation"
This commit is contained in:
parent
938d4ffe16
commit
b6cfcd363b
@ -2105,7 +2105,7 @@ if (!DOMTokenList.prototype.remove) {
|
||||
}
|
||||
|
||||
var toggle = createSimpleToggle(false);
|
||||
var hideMethodDocs = getCurrentValue("rustdoc-method-docs") !== "false";
|
||||
var hideMethodDocs = getCurrentValue("rustdoc-method-docs") === "true";
|
||||
var pageId = getPageId();
|
||||
|
||||
var func = function(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user