Skip to content

Commit

Permalink
unify interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 14, 2022
1 parent f41346a commit 1c5e305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fetch('{{ site.baseurl }}/search.json')
paramQuery = params.get('query');
if(paramQuery){
document.getElementById('search-input').value = paramQuery;
search(idx, paramQuery);
searchWrap(idx);
}

$("#search-input").on("change keyup paste", function(){
Expand Down

0 comments on commit 1c5e305

Please sign in to comment.