You've already forked AstralRinth
forked from didirus/AstralRinth
Fix #11 and Cleanup dependencies
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user