Fix default value for setting "Auto-hide item methods' documentation"

This commit is contained in:
Dmitry Murzin 2019-04-28 04:25:22 +03:00 committed by GitHub
parent 938d4ffe16
commit b6cfcd363b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {