Skip to content

Commit

Permalink
Make dummy assets change
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 5, 2023
1 parent 7d3d195 commit 7e661dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/search-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const EXCERPT_RADIUS = 80

const SEARCH_CONTAINER_SELECTOR = '#search'

export function foo () {
return 'bar'
}

/**
* Performs a full-text search within the documentation
* for the query in URL params and renders the result.
Expand Down

0 comments on commit 7e661dc

Please sign in to comment.