I forgor
This commit is contained in:
Hans5958 2022-04-09 22:49:27 +07:00 committed by GitHub
parent 60df46e2a0
commit 2dadfdb255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,6 +285,7 @@ function buildObjectsList(filter, sort){
value.name.toLowerCase().indexOf(filter) !== -1
|| value.description.toLowerCase().indexOf(filter) !== -1
|| value.subreddit && value.subreddit.toLowerCase().indexOf(filter) !== -1
|| value.id === filter
);
});
document.getElementById("atlasSize").innerHTML = "Found "+sortedAtlas.length+" entries.";
@ -838,4 +839,4 @@ function initViewGlobal() {
}
}
});
}
}