Skip to content

Commit

Permalink
Update sphinx/themes/basic/static/searchtools.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
stsewd and AA-Turner committed Feb 7, 2022
1 parent 6605bfb commit a45e4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/themes/basic/static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const Search = {
Search.output = out.appendChild(searchList);

const searchProgress = document.getElementById("search-progress");
// Not all themes may have this element.
// Some themes don't use the search progress node
if (searchProgress) {
searchProgress.innerText = _("Preparing search...");
}
Expand Down

0 comments on commit a45e4d4

Please sign in to comment.