Minor adjustments

Minor adjustments
This commit is contained in:
Alezia Kurdis 2021-02-16 21:49:26 -05:00 committed by GitHub
parent 6ffb848596
commit b2b38ad23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -991,7 +991,7 @@ function loaded() {
e.type.toLowerCase().indexOf(searchTerm) > -1 ||
e.fullUrl.toLowerCase().indexOf(searchTerm) > -1 ||
(e.urlWithPath.toLowerCase().indexOf(searchTerm) > -1 &&
columnsByID["urlWithPath"].elTh.style.visibility === "visible")||
columnsByID["urlWithPath"].elTh.style.visibility === "visible") ||
e.id.toLowerCase().indexOf(searchTerm) > -1);
return typeFilter && searchFilter;
});