1
Fork 0

Save crate filtering on rustdoc

This commit is contained in:
Guillaume Gomez 2019-07-24 17:50:48 +02:00
parent f86521e0a3
commit 06228d33ca
2 changed files with 19 additions and 3 deletions

View file

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