Remove unused argument
This commit is contained in:
parent
82cf3a4486
commit
e3afe6ac23
1 changed files with 1 additions and 1 deletions
|
@ -1633,7 +1633,7 @@ function getSearchElement() {
|
|||
}
|
||||
|
||||
var filterCrates = getFilterCrates();
|
||||
showResults(execSearch(query, index, filterCrates), filterCrates);
|
||||
showResults(execSearch(query, index, filterCrates));
|
||||
}
|
||||
|
||||
function buildIndex(rawSearchIndex) {
|
||||
|
|
Loading…
Add table
Reference in a new issue