Save crate filtering on rustdoc
This commit is contained in:
parent
f86521e0a3
commit
06228d33ca
2 changed files with 19 additions and 3 deletions
|
@ -57,7 +57,7 @@ function onEachLazy(lazyArray, func, reversed) {
|
|||
|
||||
function usableLocalStorage() {
|
||||
// Check if the browser supports localStorage at all:
|
||||
if (typeof(Storage) === "undefined") {
|
||||
if (typeof Storage === "undefined") {
|
||||
return false;
|
||||
}
|
||||
// Check if we can access it; this access will fail if the browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue