Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 28, 2023
1 parent 8d0afa6 commit f4f012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def __init__(self) -> None:
ui.add_head_html(r'''
<script>
async function loadSearchData() {
const response = await fetch("/static/search_index.json?version=''' + __version__ + r'''");'
const response = await fetch("/static/search_index.json?version=''' + __version__ + r'''");
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}
Expand Down

0 comments on commit f4f012c

Please sign in to comment.