Fix #11 and Cleanup dependencies

This commit is contained in:
Jai A
2020-06-26 22:35:20 -07:00
parent 6e301601f9
commit 8540e09ba7
5 changed files with 60 additions and 10 deletions

View File

@@ -224,8 +224,6 @@ function handleSearch(index) {
if(input.value.length > 0) {
queryString += "?q=" + encodeURIComponent(input.value).replace(/%20/g,'+');
} else {
queryString += "?q={}{}{}"
}
let filterString = "";